#956C02

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

Shades of Golden Brown #956C02

Tints of Golden Brown #956C02

Color information

#956C02 (or 0x956C02) is unknown color: approx Golden Brown. HEX triplet: 95, 6C and 02. RGB value is (149,108,2). Sum of RGB (Red+Green+Blue) = 149+108+2=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #956C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C02 is #6A93FD. Grayscale: #6C6C6C. Windows color (decimal): -6984702 or 158869. OLE color: 158869.

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

Color convert

RGB1491082-
CMYK00.280.990.42
HSL43.27º97.35%29.61%-
HSV(B)43.27º98.66%58.43%-
XYZ17.7717.122.43-
YUV108.1768.08157.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=57.53%
G=41.70%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149108200.280.990.4243.2797.3529.61
Hex956C201C632A2b611e
Octal2251542034143525314136
Binary100101011101100100111001100011101010101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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