Shades of Beaver #99705C
Tints of Beaver #99705C
RGB
CMYK
RGB Variations
Color information
#99705C (or 0x99705C) is known color: Beaver. HEX triplet: 99, 70 and 5C. RGB value is (153,112,92). Sum of RGB (Red+Green+Blue) = 153+112+92=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #99705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99705C is #668FA3. Grayscale: #7A7A7A. Windows color (decimal): -6721444 or 6058137. OLE color: 6058137.
HSL color Cylindrical-coordinate representation of color #99705C: hue angle of 19.67º 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 #99705C is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 92 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.4 |
| HSL | 19.67º | 0.25% | 0.48% | - |
| HSV(B) | 19.67º | 0.4% | 0.6% | - |
| XYZ | 20.86 | 19.13 | 12.72 | - |
| YUV | 121.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 92 | 0 | 0.27 | 0.40 | 0.4 | 19.67 | 0.25 | 0.48 |
| Hex | 99 | 70 | 5C | 0 | 1B | 28 | 28 | 14 | 19 | 30 |
| Octal | 231 | 160 | 134 | 0 | 33 | 50 | 50 | 24 | 31 | 60 |
| Binary | 10011001 | 1110000 | 1011100 | 0 | 11011 | 101000 | 101000 | 10100 | 11001 | 110000 |
Color Harmonies of #99705C
Complementary color
Monochromatic Colors of #99705C
Black with #99705C
Text Example
Text Example
White with #99705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99705C; }
p { color: rgb(153,112,92); }
H1.HeaderClassName
{
color: #99705C;
}
.AnyTagClassName
{
color: #99705C;
}
</style>
background-color css
<style>
a { background-color: #99705C; }
a { background-color: rgb(153,112,92); }
div.DivClassName
{
background-color: #99705C;
}
.BgClassName
{
background-color: #99705C;
}
</style>
border-color css
<style>
span { border-color: #99705C; }
span { border-color: rgb(153,112,92); }
td.TdClassName
{
border-color: #99705C;
}
.TagClassName
{
border-color: #99705C;
}
</style>