Shades of Squirrel #8C7669
Tints of Squirrel #8C7669
RGB
CMYK
RGB Variations
Color information
#8C7669 (or 0x8C7669) is known color: Squirrel. HEX triplet: 8C, 76 and 69. RGB value is (140,118,105). Sum of RGB (Red+Green+Blue) = 140+118+105=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7669 is #738996. Grayscale: #7B7B7B. Windows color (decimal): -7571863 or 6911628. OLE color: 6911628.
HSL color Cylindrical-coordinate representation of color #8C7669: hue angle of 22.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C7669 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 105 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.45 |
| HSL | 22.29º | 0.14% | 0.48% | - |
| HSV(B) | 22.29º | 0.25% | 0.55% | - |
| XYZ | 19.84 | 19.55 | 16.09 | - |
| YUV | 123.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 105 | 0 | 0.16 | 0.25 | 0.45 | 22.29 | 0.14 | 0.48 |
| Hex | 8C | 76 | 69 | 0 | 10 | 19 | 2D | 16 | E | 30 |
| Octal | 214 | 166 | 151 | 0 | 20 | 31 | 55 | 26 | 16 | 60 |
| Binary | 10001100 | 1110110 | 1101001 | 0 | 10000 | 11001 | 101101 | 10110 | 1110 | 110000 |
Color Harmonies of #8C7669
Complementary color
Monochromatic Colors of #8C7669
Black with #8C7669
Text Example
Text Example
White with #8C7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7669; }
p { color: rgb(140,118,105); }
H1.HeaderClassName
{
color: #8C7669;
}
.AnyTagClassName
{
color: #8C7669;
}
</style>
background-color css
<style>
a { background-color: #8C7669; }
a { background-color: rgb(140,118,105); }
div.DivClassName
{
background-color: #8C7669;
}
.BgClassName
{
background-color: #8C7669;
}
</style>
border-color css
<style>
span { border-color: #8C7669; }
span { border-color: rgb(140,118,105); }
td.TdClassName
{
border-color: #8C7669;
}
.TagClassName
{
border-color: #8C7669;
}
</style>