#956211

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

Shades of Golden Brown #956211

Tints of Golden Brown #956211

Color information

#956211 (or 0x956211) is unknown color: approx Golden Brown. HEX triplet: 95, 62 and 11. RGB value is (149,98,17). Sum of RGB (Red+Green+Blue) = 149+98+17=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #956211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956211 is #6A9DEE. Grayscale: #686868. Windows color (decimal): -6987247 or 1139349. OLE color: 1139349.

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

Color convert

RGB1499817-
CMYK00.340.890.42
HSL36.82º79.52%32.55%-
HSV(B)36.82º88.59%58.43%-
XYZ16.8615.172.57-
YUV104.0278.9160.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 17 (7.03% from 255) = 6.44%
R=56.44%
G=37.12%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149981700.340.890.4236.8279.5232.55
Hex956211022592A255021
Octal22514221042131524512041
Binary10010101110001010001010001010110011010101001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956211; }

 p { color: rgb(149,98,17); }

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

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

 a { background-color: rgb(149,98,17); }

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

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

 span { border-color: rgb(149,98,17); }

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