Shades of Squirrel #8B7E6D
Tints of Squirrel #8B7E6D
RGB
CMYK
RGB Variations
Color information
#8B7E6D (or 0x8B7E6D) is known color: Squirrel. HEX triplet: 8B, 7E and 6D. RGB value is (139,126,109). Sum of RGB (Red+Green+Blue) = 139+126+109=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E6D is #748192. Grayscale: #808080. Windows color (decimal): -7635347 or 7175819. OLE color: 7175819.
HSL color Cylindrical-coordinate representation of color #8B7E6D: hue angle of 34º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B7E6D is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 109 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.45 |
| HSL | 34º | 0.12% | 0.49% | - |
| HSV(B) | 34º | 0.22% | 0.55% | - |
| XYZ | 20.87 | 21.51 | 17.52 | - |
| YUV | 127.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 109 | 0 | 0.09 | 0.22 | 0.45 | 34 | 0.12 | 0.49 |
| Hex | 8B | 7E | 6D | 0 | 9 | 16 | 2D | 22 | C | 31 |
| Octal | 213 | 176 | 155 | 0 | 11 | 26 | 55 | 42 | 14 | 61 |
| Binary | 10001011 | 1111110 | 1101101 | 0 | 1001 | 10110 | 101101 | 100010 | 1100 | 110001 |
Color Harmonies of #8B7E6D
Complementary color
Monochromatic Colors of #8B7E6D
Black with #8B7E6D
Text Example
Text Example
White with #8B7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E6D; }
p { color: rgb(139,126,109); }
H1.HeaderClassName
{
color: #8B7E6D;
}
.AnyTagClassName
{
color: #8B7E6D;
}
</style>
background-color css
<style>
a { background-color: #8B7E6D; }
a { background-color: rgb(139,126,109); }
div.DivClassName
{
background-color: #8B7E6D;
}
.BgClassName
{
background-color: #8B7E6D;
}
</style>
border-color css
<style>
span { border-color: #8B7E6D; }
span { border-color: rgb(139,126,109); }
td.TdClassName
{
border-color: #8B7E6D;
}
.TagClassName
{
border-color: #8B7E6D;
}
</style>