Shades of Beaver #92695B
Tints of Beaver #92695B
RGB
CMYK
RGB Variations
Color information
#92695B (or 0x92695B) is known color: Beaver. HEX triplet: 92, 69 and 5B. RGB value is (146,105,91). Sum of RGB (Red+Green+Blue) = 146+105+91=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #92695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92695B is #6D96A4. Grayscale: #737373. Windows color (decimal): -7181989 or 5990802. OLE color: 5990802.
HSL color Cylindrical-coordinate representation of color #92695B: hue angle of 15.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92695B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 91 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.43 |
| HSL | 15.27º | 0.23% | 0.46% | - |
| HSV(B) | 15.27º | 0.38% | 0.57% | - |
| XYZ | 18.79 | 16.97 | 12.18 | - |
| YUV | 115.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 91 | 0 | 0.28 | 0.38 | 0.43 | 15.27 | 0.23 | 0.46 |
| Hex | 92 | 69 | 5B | 0 | 1C | 26 | 2B | F | 17 | 2E |
| Octal | 222 | 151 | 133 | 0 | 34 | 46 | 53 | 17 | 27 | 56 |
| Binary | 10010010 | 1101001 | 1011011 | 0 | 11100 | 100110 | 101011 | 1111 | 10111 | 101110 |
Color Harmonies of #92695B
Complementary color
Monochromatic Colors of #92695B
Black with #92695B
Text Example
Text Example
White with #92695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92695B; }
p { color: rgb(146,105,91); }
H1.HeaderClassName
{
color: #92695B;
}
.AnyTagClassName
{
color: #92695B;
}
</style>
background-color css
<style>
a { background-color: #92695B; }
a { background-color: rgb(146,105,91); }
div.DivClassName
{
background-color: #92695B;
}
.BgClassName
{
background-color: #92695B;
}
</style>
border-color css
<style>
span { border-color: #92695B; }
span { border-color: rgb(146,105,91); }
td.TdClassName
{
border-color: #92695B;
}
.TagClassName
{
border-color: #92695B;
}
</style>