#956E56

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

Shades of Beaver #956E56

Tints of Beaver #956E56

Color information

#956E56 (or 0x956E56) is unknown color: approx Beaver. HEX triplet: 95, 6E and 56. RGB value is (149,110,86). Sum of RGB (Red+Green+Blue) = 149+110+86=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #956E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E56 is #6A91A9. Grayscale: #777777. Windows color (decimal): -6984106 or 5664405. OLE color: 5664405.

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

Color convert

RGB14911086-
CMYK00.260.420.42
HSL22.86º26.81%46.08%-
HSV(B)22.86º42.28%58.43%-
XYZ19.6518.2111.28-
YUV118.92109.42149.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=43.19%
G=31.88%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491108600.260.420.4222.8626.8146.08
Hex956E5601A2A2A171b2e
Octal2251561260325252273356
Binary10010101110111010101100110101010101010101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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