Shades of Squirrel #92836C
Tints of Squirrel #92836C
RGB
CMYK
RGB Variations
Color information
#92836C (or 0x92836C) is known color: Squirrel. HEX triplet: 92, 83 and 6C. RGB value is (146,131,108). Sum of RGB (Red+Green+Blue) = 146+131+108=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #92836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92836C is #6D7C93. Grayscale: #848484. Windows color (decimal): -7175316 or 7111570. OLE color: 7111570.
HSL color Cylindrical-coordinate representation of color #92836C: hue angle of 36.32º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92836C is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 108 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.43 |
| HSL | 36.32º | 0.15% | 0.5% | - |
| HSV(B) | 36.32º | 0.26% | 0.57% | - |
| XYZ | 22.68 | 23.43 | 17.51 | - |
| YUV | 132.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 108 | 0 | 0.10 | 0.26 | 0.43 | 36.32 | 0.15 | 0.5 |
| Hex | 92 | 83 | 6C | 0 | A | 1A | 2B | 24 | F | 32 |
| Octal | 222 | 203 | 154 | 0 | 12 | 32 | 53 | 44 | 17 | 62 |
| Binary | 10010010 | 10000011 | 1101100 | 0 | 1010 | 11010 | 101011 | 100100 | 1111 | 110010 |
Color Harmonies of #92836C
Complementary color
Monochromatic Colors of #92836C
Black with #92836C
Text Example
Text Example
White with #92836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92836C; }
p { color: rgb(146,131,108); }
H1.HeaderClassName
{
color: #92836C;
}
.AnyTagClassName
{
color: #92836C;
}
</style>
background-color css
<style>
a { background-color: #92836C; }
a { background-color: rgb(146,131,108); }
div.DivClassName
{
background-color: #92836C;
}
.BgClassName
{
background-color: #92836C;
}
</style>
border-color css
<style>
span { border-color: #92836C; }
span { border-color: rgb(146,131,108); }
td.TdClassName
{
border-color: #92836C;
}
.TagClassName
{
border-color: #92836C;
}
</style>