#966502

Color #966502 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #966502

Tints of Golden Brown #966502

Color information

#966502 (or 0x966502) is unknown color: approx Golden Brown. HEX triplet: 96, 65 and 02. RGB value is (150,101,2). Sum of RGB (Red+Green+Blue) = 150+101+2=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #966502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966502 is #699AFD. Grayscale: #686868. Windows color (decimal): -6920958 or 157078. OLE color: 157078.

HSL color Cylindrical-coordinate representation of color #966502: hue angle of 40.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #966502 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1501012-
CMYK00.330.990.41
HSL40.14º97.37%29.8%-
HSV(B)40.14º98.67%58.82%-
XYZ17.2415.82.2-
YUV104.3670.23160.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=59.29%
G=39.92%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150101200.330.990.4140.1497.3729.8
Hex96652021632928611e
Octal2261452041143515014136
Binary1001011011001011001000011100011101001101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966502; }

 p { color: rgb(150,101,2); }

 H1.HeaderClassName
 {
   color: #966502;
 }
 .AnyTagClassName
 {
   color: #966502;
 }
</style>
background-color css

<style>
 a { background-color: #966502; }

 a { background-color: rgb(150,101,2); }

 div.DivClassName
 {
   background-color: #966502;
 }
 .BgClassName
 {
   background-color: #966502;
 }
</style>
border-color css

<style>
 span { border-color: #966502; }

 span { border-color: rgb(150,101,2); }

 td.TdClassName
 {
   border-color: #966502;
 }
 .TagClassName
 {
   border-color: #966502;
 }
</style>