#956E08

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

Shades of Golden Brown #956E08

Tints of Golden Brown #956E08

Color information

#956E08 (or 0x956E08) is unknown color: approx Golden Brown. HEX triplet: 95, 6E and 08. RGB value is (149,110,8). Sum of RGB (Red+Green+Blue) = 149+110+8=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #956E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956E08 is #6A91F7. Grayscale: #6E6E6E. Windows color (decimal): -6984184 or 552597. OLE color: 552597.

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

Color convert

RGB1491108-
CMYK00.260.950.42
HSL43.4º89.81%30.78%-
HSV(B)43.4º94.63%58.43%-
XYZ18.0117.562.67-
YUV110.0370.42155.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 8 (3.52% from 255) = 3.00%
R=55.81%
G=41.20%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149110800.260.950.4243.489.8130.78
Hex956E801A5F2A2b5a1f
Octal22515610032137525313237
Binary10010101110111010000110101011111101010101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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