Shades of Beaver #926D5B
Tints of Beaver #926D5B
RGB
CMYK
RGB Variations
Color information
#926D5B (or 0x926D5B) is known color: Beaver. HEX triplet: 92, 6D and 5B. RGB value is (146,109,91). Sum of RGB (Red+Green+Blue) = 146+109+91=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D5B is #6D92A4. Grayscale: #767676. Windows color (decimal): -7180965 or 5991826. OLE color: 5991826.
HSL color Cylindrical-coordinate representation of color #926D5B: hue angle of 19.64º 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 #926D5B is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 91 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.43 |
| HSL | 19.64º | 0.23% | 0.46% | - |
| HSV(B) | 19.64º | 0.38% | 0.57% | - |
| XYZ | 19.21 | 17.8 | 12.32 | - |
| YUV | 118.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 91 | 0 | 0.25 | 0.38 | 0.43 | 19.64 | 0.23 | 0.46 |
| Hex | 92 | 6D | 5B | 0 | 19 | 26 | 2B | 14 | 17 | 2E |
| Octal | 222 | 155 | 133 | 0 | 31 | 46 | 53 | 24 | 27 | 56 |
| Binary | 10010010 | 1101101 | 1011011 | 0 | 11001 | 100110 | 101011 | 10100 | 10111 | 101110 |
Color Harmonies of #926D5B
Complementary color
Monochromatic Colors of #926D5B
Black with #926D5B
Text Example
Text Example
White with #926D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D5B; }
p { color: rgb(146,109,91); }
H1.HeaderClassName
{
color: #926D5B;
}
.AnyTagClassName
{
color: #926D5B;
}
</style>
background-color css
<style>
a { background-color: #926D5B; }
a { background-color: rgb(146,109,91); }
div.DivClassName
{
background-color: #926D5B;
}
.BgClassName
{
background-color: #926D5B;
}
</style>
border-color css
<style>
span { border-color: #926D5B; }
span { border-color: rgb(146,109,91); }
td.TdClassName
{
border-color: #926D5B;
}
.TagClassName
{
border-color: #926D5B;
}
</style>