#956113

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

Shades of Golden Brown #956113

Tints of Golden Brown #956113

Color information

#956113 (or 0x956113) is unknown color: approx Golden Brown. HEX triplet: 95, 61 and 13. RGB value is (149,97,19). Sum of RGB (Red+Green+Blue) = 149+97+19=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #956113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956113 is #6A9EEC. Grayscale: #686868. Windows color (decimal): -6987501 or 1270165. OLE color: 1270165.

HSL color Cylindrical-coordinate representation of color #956113: hue angle of 36º 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 #956113 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1499719-
CMYK00.350.870.42
HSL36º77.38%32.94%-
HSV(B)36º87.25%58.43%-
XYZ16.7914.992.62-
YUV103.6680.23160.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 19 (7.81% from 255) = 7.17%
R=56.23%
G=36.60%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149971900.350.870.423677.3832.94
Hex956113023572A244d21
Octal22514123043127524411541
Binary10010101110000110011010001110101111010101001001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956113; }

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

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

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

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

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

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

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

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