#956D59

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

Shades of Beaver #956D59

Tints of Beaver #956D59

Color information

#956D59 (or 0x956D59) is unknown color: approx Beaver. HEX triplet: 95, 6D and 59. RGB value is (149,109,89). Sum of RGB (Red+Green+Blue) = 149+109+89=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D59 is #6A92A6. Grayscale: #767676. Windows color (decimal): -6984359 or 5860757. OLE color: 5860757.

HSL color Cylindrical-coordinate representation of color #956D59: hue angle of 20º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956D59 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14910989-
CMYK00.270.400.42
HSL20º25.21%46.67%-
HSV(B)20º40.27%58.43%-
XYZ19.6718.0511.9-
YUV118.68111.25149.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=42.94%
G=31.41%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491098900.270.400.422025.2146.67
Hex956D5901B282A14192f
Octal2251551310335052243157
Binary10010101110110110110010110111010001010101010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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