Shades of Beaver #926F62
Tints of Beaver #926F62
RGB
CMYK
RGB Variations
Color information
#926F62 (or 0x926F62) is known color: Beaver. HEX triplet: 92, 6F and 62. RGB value is (146,111,98). Sum of RGB (Red+Green+Blue) = 146+111+98=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #926F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F62 is #6D909D. Grayscale: #787878. Windows color (decimal): -7180446 or 6451090. OLE color: 6451090.
HSL color Cylindrical-coordinate representation of color #926F62: hue angle of 16.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926F62 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 98 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.43 |
| HSL | 16.25º | 0.2% | 0.48% | - |
| HSV(B) | 16.25º | 0.33% | 0.57% | - |
| XYZ | 19.74 | 18.36 | 14.06 | - |
| YUV | 119.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 98 | 0 | 0.24 | 0.33 | 0.43 | 16.25 | 0.2 | 0.48 |
| Hex | 92 | 6F | 62 | 0 | 18 | 21 | 2B | 10 | 14 | 30 |
| Octal | 222 | 157 | 142 | 0 | 30 | 41 | 53 | 20 | 24 | 60 |
| Binary | 10010010 | 1101111 | 1100010 | 0 | 11000 | 100001 | 101011 | 10000 | 10100 | 110000 |
Color Harmonies of #926F62
Complementary color
Monochromatic Colors of #926F62
Black with #926F62
Text Example
Text Example
White with #926F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F62; }
p { color: rgb(146,111,98); }
H1.HeaderClassName
{
color: #926F62;
}
.AnyTagClassName
{
color: #926F62;
}
</style>
background-color css
<style>
a { background-color: #926F62; }
a { background-color: rgb(146,111,98); }
div.DivClassName
{
background-color: #926F62;
}
.BgClassName
{
background-color: #926F62;
}
</style>
border-color css
<style>
span { border-color: #926F62; }
span { border-color: rgb(146,111,98); }
td.TdClassName
{
border-color: #926F62;
}
.TagClassName
{
border-color: #926F62;
}
</style>