#956E59

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

Shades of Beaver #956E59

Tints of Beaver #956E59

Color information

#956E59 (or 0x956E59) is unknown color: approx Beaver. HEX triplet: 95, 6E and 59. RGB value is (149,110,89). Sum of RGB (Red+Green+Blue) = 149+110+89=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E59 is #6A91A6. Grayscale: #777777. Windows color (decimal): -6984103 or 5861013. OLE color: 5861013.

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

Color convert

RGB14911089-
CMYK00.260.400.42
HSL21º25.21%46.67%-
HSV(B)21º40.27%58.43%-
XYZ19.7718.2611.93-
YUV119.27110.92149.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=42.82%
G=31.61%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491108900.260.400.422125.2146.67
Hex956E5901A282A15192f
Octal2251561310325052253157
Binary10010101110111010110010110101010001010101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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