Shades of Bitter #8B8A68
Tints of Bitter #8B8A68
RGB
CMYK
RGB Variations
Color information
#8B8A68 (or 0x8B8A68) is known color: Bitter. HEX triplet: 8B, 8A and 68. RGB value is (139,138,104). Sum of RGB (Red+Green+Blue) = 139+138+104=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8A68 is #747597. Grayscale: #868686. Windows color (decimal): -7632280 or 6851211. OLE color: 6851211.
HSL color Cylindrical-coordinate representation of color #8B8A68: hue angle of 58.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 #8B8A68 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 138 | 104 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.45 |
| HSL | 58.29º | 0.14% | 0.48% | - |
| HSV(B) | 58.29º | 0.25% | 0.55% | - |
| XYZ | 22.23 | 24.67 | 16.69 | - |
| YUV | 134.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 104 | 0 | 0.01 | 0.25 | 0.45 | 58.29 | 0.14 | 0.48 |
| Hex | 8B | 8A | 68 | 0 | 1 | 19 | 2D | 3A | E | 30 |
| Octal | 213 | 212 | 150 | 0 | 1 | 31 | 55 | 72 | 16 | 60 |
| Binary | 10001011 | 10001010 | 1101000 | 0 | 1 | 11001 | 101101 | 111010 | 1110 | 110000 |
Color Harmonies of #8B8A68
Complementary color
Monochromatic Colors of #8B8A68
Black with #8B8A68
Text Example
Text Example
White with #8B8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8A68; }
p { color: rgb(139,138,104); }
H1.HeaderClassName
{
color: #8B8A68;
}
.AnyTagClassName
{
color: #8B8A68;
}
</style>
background-color css
<style>
a { background-color: #8B8A68; }
a { background-color: rgb(139,138,104); }
div.DivClassName
{
background-color: #8B8A68;
}
.BgClassName
{
background-color: #8B8A68;
}
</style>
border-color css
<style>
span { border-color: #8B8A68; }
span { border-color: rgb(139,138,104); }
td.TdClassName
{
border-color: #8B8A68;
}
.TagClassName
{
border-color: #8B8A68;
}
</style>