#956210

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

Shades of Golden Brown #956210

Tints of Golden Brown #956210

Color information

#956210 (or 0x956210) is unknown color: approx Golden Brown. HEX triplet: 95, 62 and 10. RGB value is (149,98,16). Sum of RGB (Red+Green+Blue) = 149+98+16=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956210 is #6A9DEF. Grayscale: #686868. Windows color (decimal): -6987248 or 1073813. OLE color: 1073813.

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

Color convert

RGB1499816-
CMYK00.340.890.42
HSL36.99º80.61%32.35%-
HSV(B)36.99º89.26%58.43%-
XYZ16.8615.162.53-
YUV103.978.4160.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=56.65%
G=37.26%
B=6.08%

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
Decimal149981600.340.890.4236.9980.6132.35
Hex956210022592A255120
Octal22514220042131524512140
Binary10010101110001010000010001010110011010101001011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956210; }

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

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

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

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

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

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

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

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