Shades of Beaver #98715B
Tints of Beaver #98715B
RGB
CMYK
RGB Variations
Color information
#98715B (or 0x98715B) is known color: Beaver. HEX triplet: 98, 71 and 5B. RGB value is (152,113,91). Sum of RGB (Red+Green+Blue) = 152+113+91=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98715B is #678EA4. Grayscale: #7A7A7A. Windows color (decimal): -6786725 or 5992856. OLE color: 5992856.
HSL color Cylindrical-coordinate representation of color #98715B: hue angle of 21.64º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98715B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 91 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.40 |
| HSL | 21.64º | 0.25% | 0.48% | - |
| HSV(B) | 21.64º | 0.4% | 0.6% | - |
| XYZ | 20.74 | 19.24 | 12.52 | - |
| YUV | 122.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 91 | 0 | 0.26 | 0.40 | 0.40 | 21.64 | 0.25 | 0.48 |
| Hex | 98 | 71 | 5B | 0 | 1A | 28 | 28 | 16 | 19 | 30 |
| Octal | 230 | 161 | 133 | 0 | 32 | 50 | 50 | 26 | 31 | 60 |
| Binary | 10011000 | 1110001 | 1011011 | 0 | 11010 | 101000 | 101000 | 10110 | 11001 | 110000 |
Color Harmonies of #98715B
Complementary color
Monochromatic Colors of #98715B
Black with #98715B
Text Example
Text Example
White with #98715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98715B; }
p { color: rgb(152,113,91); }
H1.HeaderClassName
{
color: #98715B;
}
.AnyTagClassName
{
color: #98715B;
}
</style>
background-color css
<style>
a { background-color: #98715B; }
a { background-color: rgb(152,113,91); }
div.DivClassName
{
background-color: #98715B;
}
.BgClassName
{
background-color: #98715B;
}
</style>
border-color css
<style>
span { border-color: #98715B; }
span { border-color: rgb(152,113,91); }
td.TdClassName
{
border-color: #98715B;
}
.TagClassName
{
border-color: #98715B;
}
</style>