Shades of Beaver #9C7156
Tints of Beaver #9C7156
RGB
CMYK
RGB Variations
Color information
#9C7156 (or 0x9C7156) is known color: Beaver. HEX triplet: 9C, 71 and 56. RGB value is (156,113,86). Sum of RGB (Red+Green+Blue) = 156+113+86=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7156 is #638EA9. Grayscale: #7A7A7A. Windows color (decimal): -6524586 or 5665180. OLE color: 5665180.
HSL color Cylindrical-coordinate representation of color #9C7156: hue angle of 23.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C7156 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 86 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.39 |
| HSL | 23.14º | 0.29% | 0.47% | - |
| HSV(B) | 23.14º | 0.45% | 0.61% | - |
| XYZ | 21.3 | 19.55 | 11.46 | - |
| YUV | 122.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 86 | 0 | 0.28 | 0.45 | 0.39 | 23.14 | 0.29 | 0.47 |
| Hex | 9C | 71 | 56 | 0 | 1C | 2D | 27 | 17 | 1D | 2F |
| Octal | 234 | 161 | 126 | 0 | 34 | 55 | 47 | 27 | 35 | 57 |
| Binary | 10011100 | 1110001 | 1010110 | 0 | 11100 | 101101 | 100111 | 10111 | 11101 | 101111 |
Color Harmonies of #9C7156
Complementary color
Monochromatic Colors of #9C7156
Black with #9C7156
Text Example
Text Example
White with #9C7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7156; }
p { color: rgb(156,113,86); }
H1.HeaderClassName
{
color: #9C7156;
}
.AnyTagClassName
{
color: #9C7156;
}
</style>
background-color css
<style>
a { background-color: #9C7156; }
a { background-color: rgb(156,113,86); }
div.DivClassName
{
background-color: #9C7156;
}
.BgClassName
{
background-color: #9C7156;
}
</style>
border-color css
<style>
span { border-color: #9C7156; }
span { border-color: rgb(156,113,86); }
td.TdClassName
{
border-color: #9C7156;
}
.TagClassName
{
border-color: #9C7156;
}
</style>