Shades of Beaver #9A6E57
Tints of Beaver #9A6E57
RGB
CMYK
RGB Variations
Color information
#9A6E57 (or 0x9A6E57) is known color: Beaver. HEX triplet: 9A, 6E and 57. RGB value is (154,110,87). Sum of RGB (Red+Green+Blue) = 154+110+87=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6E57 is #6591A8. Grayscale: #787878. Windows color (decimal): -6656425 or 5729946. OLE color: 5729946.
HSL color Cylindrical-coordinate representation of color #9A6E57: hue angle of 20.6º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A6E57 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 87 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.40 |
| HSL | 20.6º | 0.28% | 0.47% | - |
| HSV(B) | 20.6º | 0.44% | 0.6% | - |
| XYZ | 20.62 | 18.71 | 11.54 | - |
| YUV | 120.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 87 | 0 | 0.29 | 0.44 | 0.40 | 20.6 | 0.28 | 0.47 |
| Hex | 9A | 6E | 57 | 0 | 1D | 2C | 28 | 15 | 1C | 2F |
| Octal | 232 | 156 | 127 | 0 | 35 | 54 | 50 | 25 | 34 | 57 |
| Binary | 10011010 | 1101110 | 1010111 | 0 | 11101 | 101100 | 101000 | 10101 | 11100 | 101111 |
Color Harmonies of #9A6E57
Complementary color
Monochromatic Colors of #9A6E57
Black with #9A6E57
Text Example
Text Example
White with #9A6E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E57; }
p { color: rgb(154,110,87); }
H1.HeaderClassName
{
color: #9A6E57;
}
.AnyTagClassName
{
color: #9A6E57;
}
</style>
background-color css
<style>
a { background-color: #9A6E57; }
a { background-color: rgb(154,110,87); }
div.DivClassName
{
background-color: #9A6E57;
}
.BgClassName
{
background-color: #9A6E57;
}
</style>
border-color css
<style>
span { border-color: #9A6E57; }
span { border-color: rgb(154,110,87); }
td.TdClassName
{
border-color: #9A6E57;
}
.TagClassName
{
border-color: #9A6E57;
}
</style>