#956013

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

Shades of Golden Brown #956013

Tints of Golden Brown #956013

Color information

#956013 (or 0x956013) is unknown color: approx Golden Brown. HEX triplet: 95, 60 and 13. RGB value is (149,96,19). Sum of RGB (Red+Green+Blue) = 149+96+19=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #956013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956013 is #6A9FEC. Grayscale: #676767. Windows color (decimal): -6987757 or 1269909. OLE color: 1269909.

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

Color convert

RGB1499619-
CMYK00.360.870.42
HSL35.54º77.38%32.94%-
HSV(B)35.54º87.25%58.43%-
XYZ16.6914.82.59-
YUV103.0780.56160.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 7.20%
R=56.44%
G=36.36%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149961900.360.870.4235.5477.3832.94
Hex956013024572A244d21
Octal22514023044127524411541
Binary10010101110000010011010010010101111010101001001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956013; }

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

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

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

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

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

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

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

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