#956F58

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

Shades of Beaver #956F58

Tints of Beaver #956F58

Color information

#956F58 (or 0x956F58) is unknown color: approx Beaver. HEX triplet: 95, 6F and 58. RGB value is (149,111,88). Sum of RGB (Red+Green+Blue) = 149+111+88=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F58 is #6A90A7. Grayscale: #777777. Windows color (decimal): -6983848 or 5795733. OLE color: 5795733.

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

Color convert

RGB14911188-
CMYK00.260.410.42
HSL22.62º25.74%46.47%-
HSV(B)22.62º40.94%58.43%-
XYZ19.8418.4611.75-
YUV119.74110.09148.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=42.82%
G=31.90%
B=25.29%

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
Decimal1491118800.260.410.4222.6225.7446.47
Hex956F5801A292A171a2e
Octal2251571300325152273256
Binary10010101110111110110000110101010011010101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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