#956E60

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

Shades of Beaver #956E60

Tints of Beaver #956E60

Color information

#956E60 (or 0x956E60) is unknown color: approx Beaver. HEX triplet: 95, 6E and 60. RGB value is (149,110,96). Sum of RGB (Red+Green+Blue) = 149+110+96=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #956E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E60 is #6A919F. Grayscale: #787878. Windows color (decimal): -6984096 or 6319765. OLE color: 6319765.

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

Color convert

RGB14911096-
CMYK00.260.360.42
HSL15.85º21.63%48.04%-
HSV(B)15.85º35.57%58.43%-
XYZ20.0818.3913.56-
YUV120.06114.42148.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=41.97%
G=30.99%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491109600.260.360.4215.8521.6348.04
Hex956E6001A242A101630
Octal2251561400324452202660
Binary10010101110111011000000110101001001010101000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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