#956E58

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

Shades of Beaver #956E58

Tints of Beaver #956E58

Color information

#956E58 (or 0x956E58) is unknown color: approx Beaver. HEX triplet: 95, 6E and 58. RGB value is (149,110,88). Sum of RGB (Red+Green+Blue) = 149+110+88=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E58 is #6A91A7. Grayscale: #777777. Windows color (decimal): -6984104 or 5795477. OLE color: 5795477.

HSL color Cylindrical-coordinate representation of color #956E58: hue angle of 21.64º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956E58 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14911088-
CMYK00.260.410.42
HSL21.64º25.74%46.47%-
HSV(B)21.64º40.94%58.43%-
XYZ19.7318.2511.71-
YUV119.15110.42149.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=42.94%
G=31.70%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491108800.260.410.4221.6425.7446.47
Hex956E5801A292A161a2e
Octal2251561300325152263256
Binary10010101110111010110000110101010011010101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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