Shades of Beaver #99765E
Tints of Beaver #99765E
RGB
CMYK
RGB Variations
Color information
#99765E (or 0x99765E) is known color: Beaver. HEX triplet: 99, 76 and 5E. RGB value is (153,118,94). Sum of RGB (Red+Green+Blue) = 153+118+94=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99765E is #6689A1. Grayscale: #7D7D7D. Windows color (decimal): -6719906 or 6190745. OLE color: 6190745.
HSL color Cylindrical-coordinate representation of color #99765E: hue angle of 24.41º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99765E is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 94 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.4 |
| HSL | 24.41º | 0.24% | 0.48% | - |
| HSV(B) | 24.41º | 0.39% | 0.6% | - |
| XYZ | 21.64 | 20.54 | 13.41 | - |
| YUV | 125.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 94 | 0 | 0.23 | 0.39 | 0.4 | 24.41 | 0.24 | 0.48 |
| Hex | 99 | 76 | 5E | 0 | 17 | 27 | 28 | 18 | 18 | 30 |
| Octal | 231 | 166 | 136 | 0 | 27 | 47 | 50 | 30 | 30 | 60 |
| Binary | 10011001 | 1110110 | 1011110 | 0 | 10111 | 100111 | 101000 | 11000 | 11000 | 110000 |
Color Harmonies of #99765E
Complementary color
Monochromatic Colors of #99765E
Black with #99765E
Text Example
Text Example
White with #99765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99765E; }
p { color: rgb(153,118,94); }
H1.HeaderClassName
{
color: #99765E;
}
.AnyTagClassName
{
color: #99765E;
}
</style>
background-color css
<style>
a { background-color: #99765E; }
a { background-color: rgb(153,118,94); }
div.DivClassName
{
background-color: #99765E;
}
.BgClassName
{
background-color: #99765E;
}
</style>
border-color css
<style>
span { border-color: #99765E; }
span { border-color: rgb(153,118,94); }
td.TdClassName
{
border-color: #99765E;
}
.TagClassName
{
border-color: #99765E;
}
</style>