Shades of Beaver #956C58
Tints of Beaver #956C58
RGB
CMYK
RGB Variations
Color information
#956C58 (or 0x956C58) is known color: Beaver. HEX triplet: 95, 6C and 58. RGB value is (149,108,88). Sum of RGB (Red+Green+Blue) = 149+108+88=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #956C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C58 is #6A93A7. Grayscale: #767676. Windows color (decimal): -6984616 or 5794965. OLE color: 5794965.
HSL color Cylindrical-coordinate representation of color #956C58: hue angle of 19.67º 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 #956C58 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 88 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.42 |
| HSL | 19.67º | 0.26% | 0.46% | - |
| HSV(B) | 19.67º | 0.41% | 0.58% | - |
| XYZ | 19.52 | 17.82 | 11.64 | - |
| YUV | 117.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 88 | 0 | 0.28 | 0.41 | 0.42 | 19.67 | 0.26 | 0.46 |
| Hex | 95 | 6C | 58 | 0 | 1C | 29 | 2A | 14 | 1A | 2E |
| Octal | 225 | 154 | 130 | 0 | 34 | 51 | 52 | 24 | 32 | 56 |
| Binary | 10010101 | 1101100 | 1011000 | 0 | 11100 | 101001 | 101010 | 10100 | 11010 | 101110 |
Color Harmonies of #956C58
Complementary color
Monochromatic Colors of #956C58
Black with #956C58
Text Example
Text Example
White with #956C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C58; }
p { color: rgb(149,108,88); }
H1.HeaderClassName
{
color: #956C58;
}
.AnyTagClassName
{
color: #956C58;
}
</style>
background-color css
<style>
a { background-color: #956C58; }
a { background-color: rgb(149,108,88); }
div.DivClassName
{
background-color: #956C58;
}
.BgClassName
{
background-color: #956C58;
}
</style>
border-color css
<style>
span { border-color: #956C58; }
span { border-color: rgb(149,108,88); }
td.TdClassName
{
border-color: #956C58;
}
.TagClassName
{
border-color: #956C58;
}
</style>