Shades of Bitter #8A8C63
Tints of Bitter #8A8C63
RGB
CMYK
RGB Variations
Color information
#8A8C63 (or 0x8A8C63) is known color: Bitter. HEX triplet: 8A, 8C and 63. RGB value is (138,140,99). Sum of RGB (Red+Green+Blue) = 138+140+99=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C63 is #75739C. Grayscale: #868686. Windows color (decimal): -7697309 or 6524042. OLE color: 6524042.
HSL color Cylindrical-coordinate representation of color #8A8C63: hue angle of 62.93º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A8C63 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 140 | 99 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.45 |
| HSL | 62.93º | 0.17% | 0.47% | - |
| HSV(B) | 62.93º | 0.29% | 0.55% | - |
| XYZ | 22.11 | 25.06 | 15.48 | - |
| YUV | 134.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 99 | 0.01 | 0 | 0.29 | 0.45 | 62.93 | 0.17 | 0.47 |
| Hex | 8A | 8C | 63 | 1 | 0 | 1D | 2D | 3F | 11 | 2F |
| Octal | 212 | 214 | 143 | 1 | 0 | 35 | 55 | 77 | 21 | 57 |
| Binary | 10001010 | 10001100 | 1100011 | 1 | 0 | 11101 | 101101 | 111111 | 10001 | 101111 |
Color Harmonies of #8A8C63
Complementary color
Monochromatic Colors of #8A8C63
Black with #8A8C63
Text Example
Text Example
White with #8A8C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C63; }
p { color: rgb(138,140,99); }
H1.HeaderClassName
{
color: #8A8C63;
}
.AnyTagClassName
{
color: #8A8C63;
}
</style>
background-color css
<style>
a { background-color: #8A8C63; }
a { background-color: rgb(138,140,99); }
div.DivClassName
{
background-color: #8A8C63;
}
.BgClassName
{
background-color: #8A8C63;
}
</style>
border-color css
<style>
span { border-color: #8A8C63; }
span { border-color: rgb(138,140,99); }
td.TdClassName
{
border-color: #8A8C63;
}
.TagClassName
{
border-color: #8A8C63;
}
</style>