Shades of Bitter #818B63
Tints of Bitter #818B63
RGB
CMYK
RGB Variations
Color information
#818B63 (or 0x818B63) is known color: Bitter. HEX triplet: 81, 8B and 63. RGB value is (129,139,99). Sum of RGB (Red+Green+Blue) = 129+139+99=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #818B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B63 is #7E749C. Grayscale: #838383. Windows color (decimal): -8287389 or 6523777. OLE color: 6523777.
HSL color Cylindrical-coordinate representation of color #818B63: hue angle of 75º 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 #818B63 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 99 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.45 |
| HSL | 75º | 0.17% | 0.47% | - |
| HSV(B) | 75º | 0.29% | 0.55% | - |
| XYZ | 20.54 | 24.03 | 15.36 | - |
| YUV | 131.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 99 | 0.07 | 0 | 0.29 | 0.45 | 75 | 0.17 | 0.47 |
| Hex | 81 | 8B | 63 | 7 | 0 | 1D | 2D | 4B | 11 | 2F |
| Octal | 201 | 213 | 143 | 7 | 0 | 35 | 55 | 113 | 21 | 57 |
| Binary | 10000001 | 10001011 | 1100011 | 111 | 0 | 11101 | 101101 | 1001011 | 10001 | 101111 |
Color Harmonies of #818B63
Complementary color
Monochromatic Colors of #818B63
Black with #818B63
Text Example
Text Example
White with #818B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B63; }
p { color: rgb(129,139,99); }
H1.HeaderClassName
{
color: #818B63;
}
.AnyTagClassName
{
color: #818B63;
}
</style>
background-color css
<style>
a { background-color: #818B63; }
a { background-color: rgb(129,139,99); }
div.DivClassName
{
background-color: #818B63;
}
.BgClassName
{
background-color: #818B63;
}
</style>
border-color css
<style>
span { border-color: #818B63; }
span { border-color: rgb(129,139,99); }
td.TdClassName
{
border-color: #818B63;
}
.TagClassName
{
border-color: #818B63;
}
</style>