Shades of Squirrel #90806B
Tints of Squirrel #90806B
RGB
CMYK
RGB Variations
Color information
#90806B (or 0x90806B) is known color: Squirrel. HEX triplet: 90, 80 and 6B. RGB value is (144,128,107). Sum of RGB (Red+Green+Blue) = 144+128+107=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #90806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90806B is #6F7F94. Grayscale: #828282. Windows color (decimal): -7307157 or 7045264. OLE color: 7045264.
HSL color Cylindrical-coordinate representation of color #90806B: hue angle of 34.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90806B is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 107 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.44 |
| HSL | 34.05º | 0.15% | 0.49% | - |
| HSV(B) | 34.05º | 0.26% | 0.56% | - |
| XYZ | 21.87 | 22.43 | 17.09 | - |
| YUV | 130.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 107 | 0 | 0.11 | 0.26 | 0.44 | 34.05 | 0.15 | 0.49 |
| Hex | 90 | 80 | 6B | 0 | B | 1A | 2C | 22 | F | 31 |
| Octal | 220 | 200 | 153 | 0 | 13 | 32 | 54 | 42 | 17 | 61 |
| Binary | 10010000 | 10000000 | 1101011 | 0 | 1011 | 11010 | 101100 | 100010 | 1111 | 110001 |
Color Harmonies of #90806B
Complementary color
Monochromatic Colors of #90806B
Black with #90806B
Text Example
Text Example
White with #90806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90806B; }
p { color: rgb(144,128,107); }
H1.HeaderClassName
{
color: #90806B;
}
.AnyTagClassName
{
color: #90806B;
}
</style>
background-color css
<style>
a { background-color: #90806B; }
a { background-color: rgb(144,128,107); }
div.DivClassName
{
background-color: #90806B;
}
.BgClassName
{
background-color: #90806B;
}
</style>
border-color css
<style>
span { border-color: #90806B; }
span { border-color: rgb(144,128,107); }
td.TdClassName
{
border-color: #90806B;
}
.TagClassName
{
border-color: #90806B;
}
</style>