#966E08

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

Shades of Golden Brown #966E08

Tints of Golden Brown #966E08

Color information

#966E08 (or 0x966E08) is unknown color: approx Golden Brown. HEX triplet: 96, 6E and 08. RGB value is (150,110,8). Sum of RGB (Red+Green+Blue) = 150+110+8=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #966E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E08 is #6991F7. Grayscale: #6E6E6E. Windows color (decimal): -6918648 or 552598. OLE color: 552598.

HSL color Cylindrical-coordinate representation of color #966E08: hue angle of 43.1º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #966E08 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1501108-
CMYK00.270.950.41
HSL43.1º89.87%30.98%-
HSV(B)43.1º94.67%58.82%-
XYZ18.217.652.68-
YUV110.3370.25156.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 110 (43.36% from 255) = 41.04%
BLUE value IS 8 (3.52% from 255) = 2.99%
R=55.97%
G=41.04%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150110800.270.950.4143.189.8730.98
Hex966E801B5F292b5a1f
Octal22615610033137515313237
Binary10010110110111010000110111011111101001101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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