Shades of Beaver #926B5B
Tints of Beaver #926B5B
RGB
CMYK
RGB Variations
Color information
#926B5B (or 0x926B5B) is known color: Beaver. HEX triplet: 92, 6B and 5B. RGB value is (146,107,91). Sum of RGB (Red+Green+Blue) = 146+107+91=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #926B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B5B is #6D94A4. Grayscale: #747474. Windows color (decimal): -7181477 or 5991314. OLE color: 5991314.
HSL color Cylindrical-coordinate representation of color #926B5B: hue angle of 17.45º 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 #926B5B is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 91 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.43 |
| HSL | 17.45º | 0.23% | 0.46% | - |
| HSV(B) | 17.45º | 0.38% | 0.57% | - |
| XYZ | 19 | 17.38 | 12.25 | - |
| YUV | 116.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 91 | 0 | 0.27 | 0.38 | 0.43 | 17.45 | 0.23 | 0.46 |
| Hex | 92 | 6B | 5B | 0 | 1B | 26 | 2B | 11 | 17 | 2E |
| Octal | 222 | 153 | 133 | 0 | 33 | 46 | 53 | 21 | 27 | 56 |
| Binary | 10010010 | 1101011 | 1011011 | 0 | 11011 | 100110 | 101011 | 10001 | 10111 | 101110 |
Color Harmonies of #926B5B
Complementary color
Monochromatic Colors of #926B5B
Black with #926B5B
Text Example
Text Example
White with #926B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B5B; }
p { color: rgb(146,107,91); }
H1.HeaderClassName
{
color: #926B5B;
}
.AnyTagClassName
{
color: #926B5B;
}
</style>
background-color css
<style>
a { background-color: #926B5B; }
a { background-color: rgb(146,107,91); }
div.DivClassName
{
background-color: #926B5B;
}
.BgClassName
{
background-color: #926B5B;
}
</style>
border-color css
<style>
span { border-color: #926B5B; }
span { border-color: rgb(146,107,91); }
td.TdClassName
{
border-color: #926B5B;
}
.TagClassName
{
border-color: #926B5B;
}
</style>