Shades of Squirrel #918071
Tints of Squirrel #918071
RGB
CMYK
RGB Variations
Color information
#918071 (or 0x918071) is known color: Squirrel. HEX triplet: 91, 80 and 71. RGB value is (145,128,113). Sum of RGB (Red+Green+Blue) = 145+128+113=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #918071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918071 is #6E7F8E. Grayscale: #838383. Windows color (decimal): -7241615 or 7438481. OLE color: 7438481.
HSL color Cylindrical-coordinate representation of color #918071: hue angle of 28.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #918071 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 113 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.43 |
| HSL | 28.13º | 0.13% | 0.51% | - |
| HSV(B) | 28.13º | 0.22% | 0.57% | - |
| XYZ | 22.38 | 22.65 | 18.82 | - |
| YUV | 131.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 113 | 0 | 0.12 | 0.22 | 0.43 | 28.13 | 0.13 | 0.51 |
| Hex | 91 | 80 | 71 | 0 | C | 16 | 2B | 1C | D | 33 |
| Octal | 221 | 200 | 161 | 0 | 14 | 26 | 53 | 34 | 15 | 63 |
| Binary | 10010001 | 10000000 | 1110001 | 0 | 1100 | 10110 | 101011 | 11100 | 1101 | 110011 |
Color Harmonies of #918071
Complementary color
Monochromatic Colors of #918071
Black with #918071
Text Example
Text Example
White with #918071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918071; }
p { color: rgb(145,128,113); }
H1.HeaderClassName
{
color: #918071;
}
.AnyTagClassName
{
color: #918071;
}
</style>
background-color css
<style>
a { background-color: #918071; }
a { background-color: rgb(145,128,113); }
div.DivClassName
{
background-color: #918071;
}
.BgClassName
{
background-color: #918071;
}
</style>
border-color css
<style>
span { border-color: #918071; }
span { border-color: rgb(145,128,113); }
td.TdClassName
{
border-color: #918071;
}
.TagClassName
{
border-color: #918071;
}
</style>