Shades of Squirrel #8B7B6A
Tints of Squirrel #8B7B6A
RGB
CMYK
RGB Variations
Color information
#8B7B6A (or 0x8B7B6A) is known color: Squirrel. HEX triplet: 8B, 7B and 6A. RGB value is (139,123,106). Sum of RGB (Red+Green+Blue) = 139+123+106=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B6A is #748495. Grayscale: #7D7D7D. Windows color (decimal): -7636118 or 6978443. OLE color: 6978443.
HSL color Cylindrical-coordinate representation of color #8B7B6A: hue angle of 30.91º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B7B6A is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 106 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.45 |
| HSL | 30.91º | 0.13% | 0.48% | - |
| HSV(B) | 30.91º | 0.24% | 0.55% | - |
| XYZ | 20.33 | 20.7 | 16.56 | - |
| YUV | 125.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 106 | 0 | 0.12 | 0.24 | 0.45 | 30.91 | 0.13 | 0.48 |
| Hex | 8B | 7B | 6A | 0 | C | 18 | 2D | 1F | D | 30 |
| Octal | 213 | 173 | 152 | 0 | 14 | 30 | 55 | 37 | 15 | 60 |
| Binary | 10001011 | 1111011 | 1101010 | 0 | 1100 | 11000 | 101101 | 11111 | 1101 | 110000 |
Color Harmonies of #8B7B6A
Complementary color
Monochromatic Colors of #8B7B6A
Black with #8B7B6A
Text Example
Text Example
White with #8B7B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B6A; }
p { color: rgb(139,123,106); }
H1.HeaderClassName
{
color: #8B7B6A;
}
.AnyTagClassName
{
color: #8B7B6A;
}
</style>
background-color css
<style>
a { background-color: #8B7B6A; }
a { background-color: rgb(139,123,106); }
div.DivClassName
{
background-color: #8B7B6A;
}
.BgClassName
{
background-color: #8B7B6A;
}
</style>
border-color css
<style>
span { border-color: #8B7B6A; }
span { border-color: rgb(139,123,106); }
td.TdClassName
{
border-color: #8B7B6A;
}
.TagClassName
{
border-color: #8B7B6A;
}
</style>