#966F16

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

Shades of Golden Brown #966F16

Tints of Golden Brown #966F16

Color information

#966F16 (or 0x966F16) is unknown color: approx Golden Brown. HEX triplet: 96, 6F and 16. RGB value is (150,111,22). Sum of RGB (Red+Green+Blue) = 150+111+22=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #966F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F16 is #6990E9. Grayscale: #707070. Windows color (decimal): -6918378 or 1470358. OLE color: 1470358.

HSL color Cylindrical-coordinate representation of color #966F16: hue angle of 41.72º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #966F16 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15011122-
CMYK00.260.850.41
HSL41.72º74.42%33.73%-
HSV(B)41.72º85.33%58.82%-
XYZ18.4117.913.25-
YUV112.5276.92154.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=53.00%
G=39.22%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501112200.260.850.4141.7274.4233.73
Hex966F1601A55292a4a22
Octal22615726032125515211242
Binary1001011011011111011001101010101011010011010101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F16; }

 p { color: rgb(150,111,22); }

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

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

 a { background-color: rgb(150,111,22); }

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

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

 span { border-color: rgb(150,111,22); }

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