Shades of Squirrel #90826D
Tints of Squirrel #90826D
RGB
CMYK
RGB Variations
Color information
#90826D (or 0x90826D) is known color: Squirrel. HEX triplet: 90, 82 and 6D. RGB value is (144,130,109). Sum of RGB (Red+Green+Blue) = 144+130+109=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90826D is #6F7D92. Grayscale: #838383. Windows color (decimal): -7306643 or 7176848. OLE color: 7176848.
HSL color Cylindrical-coordinate representation of color #90826D: hue angle of 36º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90826D is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 109 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.44 |
| HSL | 36º | 0.14% | 0.5% | - |
| HSV(B) | 36º | 0.24% | 0.56% | - |
| XYZ | 22.24 | 23 | 17.73 | - |
| YUV | 131.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 109 | 0 | 0.10 | 0.24 | 0.44 | 36 | 0.14 | 0.5 |
| Hex | 90 | 82 | 6D | 0 | A | 18 | 2C | 24 | E | 32 |
| Octal | 220 | 202 | 155 | 0 | 12 | 30 | 54 | 44 | 16 | 62 |
| Binary | 10010000 | 10000010 | 1101101 | 0 | 1010 | 11000 | 101100 | 100100 | 1110 | 110010 |
Color Harmonies of #90826D
Complementary color
Monochromatic Colors of #90826D
Black with #90826D
Text Example
Text Example
White with #90826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90826D; }
p { color: rgb(144,130,109); }
H1.HeaderClassName
{
color: #90826D;
}
.AnyTagClassName
{
color: #90826D;
}
</style>
background-color css
<style>
a { background-color: #90826D; }
a { background-color: rgb(144,130,109); }
div.DivClassName
{
background-color: #90826D;
}
.BgClassName
{
background-color: #90826D;
}
</style>
border-color css
<style>
span { border-color: #90826D; }
span { border-color: rgb(144,130,109); }
td.TdClassName
{
border-color: #90826D;
}
.TagClassName
{
border-color: #90826D;
}
</style>