Shades of Squirrel #978068
Tints of Squirrel #978068
RGB
CMYK
RGB Variations
Color information
#978068 (or 0x978068) is known color: Squirrel. HEX triplet: 97, 80 and 68. RGB value is (151,128,104). Sum of RGB (Red+Green+Blue) = 151+128+104=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #978068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978068 is #687F97. Grayscale: #848484. Windows color (decimal): -6848408 or 6848663. OLE color: 6848663.
HSL color Cylindrical-coordinate representation of color #978068: hue angle of 30.64º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978068 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 128 | 104 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.41 |
| HSL | 30.64º | 0.18% | 0.5% | - |
| HSV(B) | 30.64º | 0.31% | 0.59% | - |
| XYZ | 22.98 | 23.02 | 16.33 | - |
| YUV | 132.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 104 | 0 | 0.15 | 0.31 | 0.41 | 30.64 | 0.18 | 0.5 |
| Hex | 97 | 80 | 68 | 0 | F | 1F | 29 | 1F | 12 | 32 |
| Octal | 227 | 200 | 150 | 0 | 17 | 37 | 51 | 37 | 22 | 62 |
| Binary | 10010111 | 10000000 | 1101000 | 0 | 1111 | 11111 | 101001 | 11111 | 10010 | 110010 |
Color Harmonies of #978068
Complementary color
Monochromatic Colors of #978068
Black with #978068
Text Example
Text Example
White with #978068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978068; }
p { color: rgb(151,128,104); }
H1.HeaderClassName
{
color: #978068;
}
.AnyTagClassName
{
color: #978068;
}
</style>
background-color css
<style>
a { background-color: #978068; }
a { background-color: rgb(151,128,104); }
div.DivClassName
{
background-color: #978068;
}
.BgClassName
{
background-color: #978068;
}
</style>
border-color css
<style>
span { border-color: #978068; }
span { border-color: rgb(151,128,104); }
td.TdClassName
{
border-color: #978068;
}
.TagClassName
{
border-color: #978068;
}
</style>