#956A20

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

Shades of Golden Brown #956A20

Tints of Golden Brown #956A20

Color information

#956A20 (or 0x956A20) is unknown color: approx Golden Brown. HEX triplet: 95, 6A and 20. RGB value is (149,106,32). Sum of RGB (Red+Green+Blue) = 149+106+32=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A20 is #6A95DF. Grayscale: #6E6E6E. Windows color (decimal): -6985184 or 2124437. OLE color: 2124437.

HSL color Cylindrical-coordinate representation of color #956A20: hue angle of 37.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #956A20 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14910632-
CMYK00.290.790.42
HSL37.95º64.64%35.49%-
HSV(B)37.95º78.52%58.43%-
XYZ17.8116.83.67-
YUV110.4283.75155.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 32 (12.89% from 255) = 11.15%
R=51.92%
G=36.93%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491063200.290.790.4237.9564.6435.49
Hex956A2001D4F2A264123
Octal22515240035117524610143
Binary10010101110101010000001110110011111010101001101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,32); }

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

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

 a { background-color: rgb(149,106,32); }

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

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

 span { border-color: rgb(149,106,32); }

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