#956D16

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

Shades of Golden Brown #956D16

Tints of Golden Brown #956D16

Color information

#956D16 (or 0x956D16) is unknown color: approx Golden Brown. HEX triplet: 95, 6D and 16. RGB value is (149,109,22). Sum of RGB (Red+Green+Blue) = 149+109+22=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #956D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956D16 is #6A92E9. Grayscale: #6F6F6F. Windows color (decimal): -6984426 or 1469845. OLE color: 1469845.

HSL color Cylindrical-coordinate representation of color #956D16: hue angle of 41.1º 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 #956D16 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB14910922-
CMYK00.270.850.42
HSL41.1º74.27%33.53%-
HSV(B)41.1º85.23%58.43%-
XYZ18.0117.383.17-
YUV111.0477.75155.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=53.21%
G=38.93%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491092200.270.850.4241.174.2733.53
Hex956D1601B552A294a22
Octal22515526033125525111242
Binary1001010111011011011001101110101011010101010011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956D16; }

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

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

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

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

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

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

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

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