#956216

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

Shades of Golden Brown #956216

Tints of Golden Brown #956216

Color information

#956216 (or 0x956216) is unknown color: approx Golden Brown. HEX triplet: 95, 62 and 16. RGB value is (149,98,22). Sum of RGB (Red+Green+Blue) = 149+98+22=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #956216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956216 is #6A9DE9. Grayscale: #686868. Windows color (decimal): -6987242 or 1467029. OLE color: 1467029.

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

Color convert

RGB1499822-
CMYK00.340.850.42
HSL35.91º74.27%33.53%-
HSV(B)35.91º85.23%58.43%-
XYZ16.9115.182.8-
YUV104.5881.4159.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 22 (8.98% from 255) = 8.18%
R=55.39%
G=36.43%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149982200.340.850.4235.9174.2733.53
Hex956216022552A244a22
Octal22514226042125524411242
Binary10010101110001010110010001010101011010101001001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956216; }

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

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

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

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

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

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

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

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