Shades of Squirrel #8C7D69
Tints of Squirrel #8C7D69
RGB
CMYK
RGB Variations
Color information
#8C7D69 (or 0x8C7D69) is known color: Squirrel. HEX triplet: 8C, 7D and 69. RGB value is (140,125,105). Sum of RGB (Red+Green+Blue) = 140+125+105=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7D69 is #738296. Grayscale: #7F7F7F. Windows color (decimal): -7570071 or 6913420. OLE color: 6913420.
HSL color Cylindrical-coordinate representation of color #8C7D69: hue angle of 34.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 #8C7D69 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 105 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.45 |
| HSL | 34.29º | 0.14% | 0.48% | - |
| HSV(B) | 34.29º | 0.25% | 0.55% | - |
| XYZ | 20.7 | 21.26 | 16.38 | - |
| YUV | 127.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 105 | 0 | 0.11 | 0.25 | 0.45 | 34.29 | 0.14 | 0.48 |
| Hex | 8C | 7D | 69 | 0 | B | 19 | 2D | 22 | E | 30 |
| Octal | 214 | 175 | 151 | 0 | 13 | 31 | 55 | 42 | 16 | 60 |
| Binary | 10001100 | 1111101 | 1101001 | 0 | 1011 | 11001 | 101101 | 100010 | 1110 | 110000 |
Color Harmonies of #8C7D69
Complementary color
Monochromatic Colors of #8C7D69
Black with #8C7D69
Text Example
Text Example
White with #8C7D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D69; }
p { color: rgb(140,125,105); }
H1.HeaderClassName
{
color: #8C7D69;
}
.AnyTagClassName
{
color: #8C7D69;
}
</style>
background-color css
<style>
a { background-color: #8C7D69; }
a { background-color: rgb(140,125,105); }
div.DivClassName
{
background-color: #8C7D69;
}
.BgClassName
{
background-color: #8C7D69;
}
</style>
border-color css
<style>
span { border-color: #8C7D69; }
span { border-color: rgb(140,125,105); }
td.TdClassName
{
border-color: #8C7D69;
}
.TagClassName
{
border-color: #8C7D69;
}
</style>