#956C06

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

Shades of Golden Brown #956C06

Tints of Golden Brown #956C06

Color information

#956C06 (or 0x956C06) is unknown color: approx Golden Brown. HEX triplet: 95, 6C and 06. RGB value is (149,108,6). Sum of RGB (Red+Green+Blue) = 149+108+6=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C06 is #6A93F9. Grayscale: #6D6D6D. Windows color (decimal): -6984698 or 421013. OLE color: 421013.

HSL color Cylindrical-coordinate representation of color #956C06: hue angle of 42.8º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #956C06 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1491086-
CMYK00.280.960.42
HSL42.8º92.26%30.39%-
HSV(B)42.8º95.97%58.43%-
XYZ17.7917.132.54-
YUV108.6370.08156.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=56.65%
G=41.06%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149108600.280.960.4242.892.2630.39
Hex956C601C602A2b5c1e
Octal2251546034140525313436
Binary1001010111011001100111001100000101010101011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,6); }

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

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

 a { background-color: rgb(149,108,6); }

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

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

 span { border-color: rgb(149,108,6); }

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