#956012

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

Shades of Golden Brown #956012

Tints of Golden Brown #956012

Color information

#956012 (or 0x956012) is unknown color: approx Golden Brown. HEX triplet: 95, 60 and 12. RGB value is (149,96,18). Sum of RGB (Red+Green+Blue) = 149+96+18=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956012 is #6A9FED. Grayscale: #676767. Windows color (decimal): -6987758 or 1204373. OLE color: 1204373.

HSL color Cylindrical-coordinate representation of color #956012: hue angle of 35.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #956012 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1499618-
CMYK00.360.880.42
HSL35.73º78.44%32.75%-
HSV(B)35.73º87.92%58.43%-
XYZ16.6914.82.55-
YUV102.9680.06160.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=56.65%
G=36.50%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149961800.360.880.4235.7378.4432.75
Hex956012024582A244e21
Octal22514022044130524411641
Binary10010101110000010010010010010110001010101001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956012; }

 p { color: rgb(149,96,18); }

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

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

 a { background-color: rgb(149,96,18); }

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

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

 span { border-color: rgb(149,96,18); }

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