Shades of Beaver #926B5D
Tints of Beaver #926B5D
RGB
CMYK
RGB Variations
Color information
#926B5D (or 0x926B5D) is known color: Beaver. HEX triplet: 92, 6B and 5D. RGB value is (146,107,93). Sum of RGB (Red+Green+Blue) = 146+107+93=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B5D is #6D94A2. Grayscale: #757575. Windows color (decimal): -7181475 or 6122386. OLE color: 6122386.
HSL color Cylindrical-coordinate representation of color #926B5D: hue angle of 15.85º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #926B5D is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 93 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.43 |
| HSL | 15.85º | 0.22% | 0.47% | - |
| HSV(B) | 15.85º | 0.36% | 0.57% | - |
| XYZ | 19.09 | 17.42 | 12.71 | - |
| YUV | 117.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 93 | 0 | 0.27 | 0.36 | 0.43 | 15.85 | 0.22 | 0.47 |
| Hex | 92 | 6B | 5D | 0 | 1B | 24 | 2B | 10 | 16 | 2F |
| Octal | 222 | 153 | 135 | 0 | 33 | 44 | 53 | 20 | 26 | 57 |
| Binary | 10010010 | 1101011 | 1011101 | 0 | 11011 | 100100 | 101011 | 10000 | 10110 | 101111 |
Color Harmonies of #926B5D
Complementary color
Monochromatic Colors of #926B5D
Black with #926B5D
Text Example
Text Example
White with #926B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B5D; }
p { color: rgb(146,107,93); }
H1.HeaderClassName
{
color: #926B5D;
}
.AnyTagClassName
{
color: #926B5D;
}
</style>
background-color css
<style>
a { background-color: #926B5D; }
a { background-color: rgb(146,107,93); }
div.DivClassName
{
background-color: #926B5D;
}
.BgClassName
{
background-color: #926B5D;
}
</style>
border-color css
<style>
span { border-color: #926B5D; }
span { border-color: rgb(146,107,93); }
td.TdClassName
{
border-color: #926B5D;
}
.TagClassName
{
border-color: #926B5D;
}
</style>