#956720

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

Shades of Golden Brown #956720

Tints of Golden Brown #956720

Color information

#956720 (or 0x956720) is unknown color: approx Golden Brown. HEX triplet: 95, 67 and 20. RGB value is (149,103,32). Sum of RGB (Red+Green+Blue) = 149+103+32=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #956720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956720 is #6A98DF. Grayscale: #6C6C6C. Windows color (decimal): -6985952 or 2123669. OLE color: 2123669.

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

Color convert

RGB14910332-
CMYK00.310.790.42
HSL36.41º64.64%35.49%-
HSV(B)36.41º78.52%58.43%-
XYZ17.5116.193.57-
YUV108.6684.74156.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=52.46%
G=36.27%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491033200.310.790.4236.4164.6435.49
Hex95672001F4F2A244123
Octal22514740037117524410143
Binary10010101110011110000001111110011111010101001001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956720; }

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

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

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

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

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

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

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

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