#965C08

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

Shades of Golden Brown #965C08

Tints of Golden Brown #965C08

Color information

#965C08 (or 0x965C08) is unknown color: approx Golden Brown. HEX triplet: 96, 5C and 08. RGB value is (150,92,8). Sum of RGB (Red+Green+Blue) = 150+92+8=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #965C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C08 is #69A3F7. Grayscale: #646464. Windows color (decimal): -6923256 or 547990. OLE color: 547990.

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

Color convert

RGB150928-
CMYK00.390.950.41
HSL35.49º89.87%30.98%-
HSV(B)35.49º94.67%58.82%-
XYZ16.4514.162.1-
YUV99.7776.22163.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=60%
G=36.8%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15092800.390.950.4135.4989.8730.98
Hex965C80275F29235a1f
Octal22613410047137514313237
Binary100101101011100100001001111011111101001100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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