Shades of Squirrel #8F806A
Tints of Squirrel #8F806A
RGB
CMYK
RGB Variations
Color information
#8F806A (or 0x8F806A) is known color: Squirrel. HEX triplet: 8F, 80 and 6A. RGB value is (143,128,106). Sum of RGB (Red+Green+Blue) = 143+128+106=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F806A is #707F95. Grayscale: #828282. Windows color (decimal): -7372694 or 6979727. OLE color: 6979727.
HSL color Cylindrical-coordinate representation of color #8F806A: hue angle of 35.68º 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 #8F806A is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 106 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.44 |
| HSL | 35.68º | 0.15% | 0.49% | - |
| HSV(B) | 35.68º | 0.26% | 0.56% | - |
| XYZ | 21.65 | 22.32 | 16.8 | - |
| YUV | 129.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 106 | 0 | 0.10 | 0.26 | 0.44 | 35.68 | 0.15 | 0.49 |
| Hex | 8F | 80 | 6A | 0 | A | 1A | 2C | 24 | F | 31 |
| Octal | 217 | 200 | 152 | 0 | 12 | 32 | 54 | 44 | 17 | 61 |
| Binary | 10001111 | 10000000 | 1101010 | 0 | 1010 | 11010 | 101100 | 100100 | 1111 | 110001 |
Color Harmonies of #8F806A
Complementary color
Monochromatic Colors of #8F806A
Black with #8F806A
Text Example
Text Example
White with #8F806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F806A; }
p { color: rgb(143,128,106); }
H1.HeaderClassName
{
color: #8F806A;
}
.AnyTagClassName
{
color: #8F806A;
}
</style>
background-color css
<style>
a { background-color: #8F806A; }
a { background-color: rgb(143,128,106); }
div.DivClassName
{
background-color: #8F806A;
}
.BgClassName
{
background-color: #8F806A;
}
</style>
border-color css
<style>
span { border-color: #8F806A; }
span { border-color: rgb(143,128,106); }
td.TdClassName
{
border-color: #8F806A;
}
.TagClassName
{
border-color: #8F806A;
}
</style>