#956820

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

Shades of Golden Brown #956820

Tints of Golden Brown #956820

Color information

#956820 (or 0x956820) is unknown color: approx Golden Brown. HEX triplet: 95, 68 and 20. RGB value is (149,104,32). Sum of RGB (Red+Green+Blue) = 149+104+32=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #956820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956820 is #6A97DF. Grayscale: #6D6D6D. Windows color (decimal): -6985696 or 2123925. OLE color: 2123925.

HSL color Cylindrical-coordinate representation of color #956820: hue angle of 36.92º 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 #956820 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14910432-
CMYK00.300.790.42
HSL36.92º64.64%35.49%-
HSV(B)36.92º78.52%58.43%-
XYZ17.6116.393.6-
YUV109.2584.41156.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 32 (12.89% from 255) = 11.23%
R=52.28%
G=36.49%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491043200.300.790.4236.9264.6435.49
Hex95682001E4F2A254123
Octal22515040036117524510143
Binary10010101110100010000001111010011111010101001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956820; }

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

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

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

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

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

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

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

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