#965E08

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

Shades of Golden Brown #965E08

Tints of Golden Brown #965E08

Color information

#965E08 (or 0x965E08) is unknown color: approx Golden Brown. HEX triplet: 96, 5E and 08. RGB value is (150,94,8). Sum of RGB (Red+Green+Blue) = 150+94+8=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #965E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E08 is #69A1F7. Grayscale: #656565. Windows color (decimal): -6922744 or 548502. OLE color: 548502.

HSL color Cylindrical-coordinate representation of color #965E08: hue angle of 36.34º 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 #965E08 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150948-
CMYK00.370.950.41
HSL36.34º89.87%30.98%-
HSV(B)36.34º94.67%58.82%-
XYZ16.6214.512.15-
YUV100.9475.55162.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 8 (3.52% from 255) = 3.17%
R=59.52%
G=37.30%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15094800.370.950.4136.3489.8730.98
Hex965E80255F29245a1f
Octal22613610045137514413237
Binary100101101011110100001001011011111101001100100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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