Shades of Bitter #8A8C6C
Tints of Bitter #8A8C6C
RGB
CMYK
RGB Variations
Color information
#8A8C6C (or 0x8A8C6C) is known color: Bitter. HEX triplet: 8A, 8C and 6C. RGB value is (138,140,108). Sum of RGB (Red+Green+Blue) = 138+140+108=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C6C is #757393. Grayscale: #878787. Windows color (decimal): -7697300 or 7113866. OLE color: 7113866.
HSL color Cylindrical-coordinate representation of color #8A8C6C: hue angle of 63.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A8C6C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 140 | 108 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.45 |
| HSL | 63.75º | 0.13% | 0.49% | - |
| HSV(B) | 63.75º | 0.23% | 0.55% | - |
| XYZ | 22.57 | 25.24 | 17.87 | - |
| YUV | 135.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 108 | 0.01 | 0 | 0.23 | 0.45 | 63.75 | 0.13 | 0.49 |
| Hex | 8A | 8C | 6C | 1 | 0 | 17 | 2D | 40 | D | 31 |
| Octal | 212 | 214 | 154 | 1 | 0 | 27 | 55 | 100 | 15 | 61 |
| Binary | 10001010 | 10001100 | 1101100 | 1 | 0 | 10111 | 101101 | 1000000 | 1101 | 110001 |
Color Harmonies of #8A8C6C
Complementary color
Monochromatic Colors of #8A8C6C
Black with #8A8C6C
Text Example
Text Example
White with #8A8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C6C; }
p { color: rgb(138,140,108); }
H1.HeaderClassName
{
color: #8A8C6C;
}
.AnyTagClassName
{
color: #8A8C6C;
}
</style>
background-color css
<style>
a { background-color: #8A8C6C; }
a { background-color: rgb(138,140,108); }
div.DivClassName
{
background-color: #8A8C6C;
}
.BgClassName
{
background-color: #8A8C6C;
}
</style>
border-color css
<style>
span { border-color: #8A8C6C; }
span { border-color: rgb(138,140,108); }
td.TdClassName
{
border-color: #8A8C6C;
}
.TagClassName
{
border-color: #8A8C6C;
}
</style>