Shades of Squirrel #918065
Tints of Squirrel #918065
RGB
CMYK
RGB Variations
Color information
#918065 (or 0x918065) is known color: Squirrel. HEX triplet: 91, 80 and 65. RGB value is (145,128,101). Sum of RGB (Red+Green+Blue) = 145+128+101=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #918065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918065 is #6E7F9A. Grayscale: #828282. Windows color (decimal): -7241627 or 6652049. OLE color: 6652049.
HSL color Cylindrical-coordinate representation of color #918065: hue angle of 36.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918065 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 101 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.43 |
| HSL | 36.82º | 0.18% | 0.48% | - |
| HSV(B) | 36.82º | 0.3% | 0.57% | - |
| XYZ | 21.75 | 22.4 | 15.49 | - |
| YUV | 130.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 101 | 0 | 0.12 | 0.30 | 0.43 | 36.82 | 0.18 | 0.48 |
| Hex | 91 | 80 | 65 | 0 | C | 1E | 2B | 25 | 12 | 30 |
| Octal | 221 | 200 | 145 | 0 | 14 | 36 | 53 | 45 | 22 | 60 |
| Binary | 10010001 | 10000000 | 1100101 | 0 | 1100 | 11110 | 101011 | 100101 | 10010 | 110000 |
Color Harmonies of #918065
Complementary color
Monochromatic Colors of #918065
Black with #918065
Text Example
Text Example
White with #918065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918065; }
p { color: rgb(145,128,101); }
H1.HeaderClassName
{
color: #918065;
}
.AnyTagClassName
{
color: #918065;
}
</style>
background-color css
<style>
a { background-color: #918065; }
a { background-color: rgb(145,128,101); }
div.DivClassName
{
background-color: #918065;
}
.BgClassName
{
background-color: #918065;
}
</style>
border-color css
<style>
span { border-color: #918065; }
span { border-color: rgb(145,128,101); }
td.TdClassName
{
border-color: #918065;
}
.TagClassName
{
border-color: #918065;
}
</style>