#966E17

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

Shades of Golden Brown #966E17

Tints of Golden Brown #966E17

Color information

#966E17 (or 0x966E17) is unknown color: approx Golden Brown. HEX triplet: 96, 6E and 17. RGB value is (150,110,23). Sum of RGB (Red+Green+Blue) = 150+110+23=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #966E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E17 is #6991E8. Grayscale: #707070. Windows color (decimal): -6918633 or 1535638. OLE color: 1535638.

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

Color convert

RGB15011023-
CMYK00.270.850.41
HSL41.1º73.41%33.92%-
HSV(B)41.1º84.67%58.82%-
XYZ18.3117.73.26-
YUV112.0477.75155.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 23 (9.38% from 255) = 8.13%
R=53.00%
G=38.87%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501102300.270.850.4141.173.4133.92
Hex966E1701B5529294922
Octal22615627033125515111142
Binary1001011011011101011101101110101011010011010011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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