#956D57

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

Shades of Beaver #956D57

Tints of Beaver #956D57

Color information

#956D57 (or 0x956D57) is unknown color: approx Beaver. HEX triplet: 95, 6D and 57. RGB value is (149,109,87). Sum of RGB (Red+Green+Blue) = 149+109+87=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #956D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D57 is #6A92A8. Grayscale: #767676. Windows color (decimal): -6984361 or 5729685. OLE color: 5729685.

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

Color convert

RGB14910987-
CMYK00.270.420.42
HSL21.29º26.27%46.27%-
HSV(B)21.29º41.61%58.43%-
XYZ19.5818.0111.46-
YUV118.45110.25149.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=43.19%
G=31.59%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491098700.270.420.4221.2926.2746.27
Hex956D5701B2A2A151a2e
Octal2251551270335252253256
Binary10010101110110110101110110111010101010101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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