Shades of Empress #8B696B
Tints of Empress #8B696B
RGB
CMYK
RGB Variations
Color information
#8B696B (or 0x8B696B) is known color: Empress. HEX triplet: 8B, 69 and 6B. RGB value is (139,105,107). Sum of RGB (Red+Green+Blue) = 139+105+107=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B696B is #749694. Grayscale: #737373. Windows color (decimal): -7640725 or 7039371. OLE color: 7039371.
HSL color Cylindrical-coordinate representation of color #8B696B: hue angle of 356.47º degrees, saturation: 0.14, 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 #8B696B is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 107 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.45 |
| HSL | 356.47º | 0.14% | 0.48% | - |
| HSV(B) | 356.47º | 0.24% | 0.55% | - |
| XYZ | 18.35 | 16.65 | 16.16 | - |
| YUV | 115.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 107 | 0 | 0.24 | 0.23 | 0.45 | 356.47 | 0.14 | 0.48 |
| Hex | 8B | 69 | 6B | 0 | 18 | 17 | 2D | 164 | E | 30 |
| Octal | 213 | 151 | 153 | 0 | 30 | 27 | 55 | 544 | 16 | 60 |
| Binary | 10001011 | 1101001 | 1101011 | 0 | 11000 | 10111 | 101101 | 101100100 | 1110 | 110000 |
Color Harmonies of #8B696B
Complementary color
Monochromatic Colors of #8B696B
Black with #8B696B
Text Example
Text Example
White with #8B696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B696B; }
p { color: rgb(139,105,107); }
H1.HeaderClassName
{
color: #8B696B;
}
.AnyTagClassName
{
color: #8B696B;
}
</style>
background-color css
<style>
a { background-color: #8B696B; }
a { background-color: rgb(139,105,107); }
div.DivClassName
{
background-color: #8B696B;
}
.BgClassName
{
background-color: #8B696B;
}
</style>
border-color css
<style>
span { border-color: #8B696B; }
span { border-color: rgb(139,105,107); }
td.TdClassName
{
border-color: #8B696B;
}
.TagClassName
{
border-color: #8B696B;
}
</style>