#956C5B

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

Shades of Beaver #956C5B

Tints of Beaver #956C5B

Color information

#956C5B (or 0x956C5B) is unknown color: approx Beaver. HEX triplet: 95, 6C and 5B. RGB value is (149,108,91). Sum of RGB (Red+Green+Blue) = 149+108+91=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C5B is #6A93A4. Grayscale: #767676. Windows color (decimal): -6984613 or 5991573. OLE color: 5991573.

HSL color Cylindrical-coordinate representation of color #956C5B: hue angle of 17.59º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #956C5B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14910891-
CMYK00.280.390.42
HSL17.59º24.17%47.06%-
HSV(B)17.59º38.93%58.43%-
XYZ19.6517.8712.31-
YUV118.32112.58149.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=42.82%
G=31.03%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491089100.280.390.4217.5924.1747.06
Hex956C5B01C272A12182f
Octal2251541330344752223057
Binary10010101110110010110110111001001111010101001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,91); }

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

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

 a { background-color: rgb(149,108,91); }

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

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

 span { border-color: rgb(149,108,91); }

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