#966F17

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

Shades of Golden Brown #966F17

Tints of Golden Brown #966F17

Color information

#966F17 (or 0x966F17) is unknown color: approx Golden Brown. HEX triplet: 96, 6F and 17. RGB value is (150,111,23). Sum of RGB (Red+Green+Blue) = 150+111+23=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #966F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F17 is #6990E8. Grayscale: #717171. Windows color (decimal): -6918377 or 1535894. OLE color: 1535894.

HSL color Cylindrical-coordinate representation of color #966F17: hue angle of 41.57º degrees, saturation: 0.73, 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 #966F17 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15011123-
CMYK00.260.850.41
HSL41.57º73.41%33.92%-
HSV(B)41.57º84.67%58.82%-
XYZ18.4217.913.3-
YUV112.6377.42154.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 23 (9.38% from 255) = 8.10%
R=52.82%
G=39.08%
B=8.10%

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
Decimal1501112300.260.850.4141.5773.4133.92
Hex966F1701A55292a4922
Octal22615727032125515211142
Binary1001011011011111011101101010101011010011010101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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