Shades of Beaver #956F57
Tints of Beaver #956F57
RGB
CMYK
RGB Variations
Color information
#956F57 (or 0x956F57) is known color: Beaver. HEX triplet: 95, 6F and 57. RGB value is (149,111,87). Sum of RGB (Red+Green+Blue) = 149+111+87=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F57 is #6A90A8. Grayscale: #777777. Windows color (decimal): -6983849 or 5730197. OLE color: 5730197.
HSL color Cylindrical-coordinate representation of color #956F57: hue angle of 23.23º 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 #956F57 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 87 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.42 |
| HSL | 23.23º | 0.26% | 0.46% | - |
| HSV(B) | 23.23º | 0.42% | 0.58% | - |
| XYZ | 19.8 | 18.45 | 11.53 | - |
| YUV | 119.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 87 | 0 | 0.26 | 0.42 | 0.42 | 23.23 | 0.26 | 0.46 |
| Hex | 95 | 6F | 57 | 0 | 1A | 2A | 2A | 17 | 1A | 2E |
| Octal | 225 | 157 | 127 | 0 | 32 | 52 | 52 | 27 | 32 | 56 |
| Binary | 10010101 | 1101111 | 1010111 | 0 | 11010 | 101010 | 101010 | 10111 | 11010 | 101110 |
Color Harmonies of #956F57
Complementary color
Monochromatic Colors of #956F57
Black with #956F57
Text Example
Text Example
White with #956F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F57; }
p { color: rgb(149,111,87); }
H1.HeaderClassName
{
color: #956F57;
}
.AnyTagClassName
{
color: #956F57;
}
</style>
background-color css
<style>
a { background-color: #956F57; }
a { background-color: rgb(149,111,87); }
div.DivClassName
{
background-color: #956F57;
}
.BgClassName
{
background-color: #956F57;
}
</style>
border-color css
<style>
span { border-color: #956F57; }
span { border-color: rgb(149,111,87); }
td.TdClassName
{
border-color: #956F57;
}
.TagClassName
{
border-color: #956F57;
}
</style>