#956C03

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

Shades of Golden Brown #956C03

Tints of Golden Brown #956C03

Color information

#956C03 (or 0x956C03) is unknown color: approx Golden Brown. HEX triplet: 95, 6C and 03. RGB value is (149,108,3). Sum of RGB (Red+Green+Blue) = 149+108+3=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #956C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C03 is #6A93FC. Grayscale: #6C6C6C. Windows color (decimal): -6984701 or 224405. OLE color: 224405.

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

Color convert

RGB1491083-
CMYK00.280.980.42
HSL43.15º96.05%29.8%-
HSV(B)43.15º97.99%58.43%-
XYZ17.7717.122.45-
YUV108.2968.58157.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=57.31%
G=41.54%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149108300.280.980.4243.1596.0529.8
Hex956C301C622A2b601e
Octal2251543034142525314036
Binary100101011101100110111001100010101010101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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