Shades of Bitter #818666
Tints of Bitter #818666
RGB
CMYK
RGB Variations
Color information
#818666 (or 0x818666) is known color: Bitter. HEX triplet: 81, 86 and 66. RGB value is (129,134,102). Sum of RGB (Red+Green+Blue) = 129+134+102=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #818666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818666 is #7E7999. Grayscale: #808080. Windows color (decimal): -8288666 or 6719105. OLE color: 6719105.
HSL color Cylindrical-coordinate representation of color #818666: hue angle of 69.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #818666 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 134 | 102 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.47 |
| HSL | 69.38º | 0.14% | 0.46% | - |
| HSV(B) | 69.38º | 0.24% | 0.53% | - |
| XYZ | 19.98 | 22.68 | 15.89 | - |
| YUV | 128.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 102 | 0.04 | 0 | 0.24 | 0.47 | 69.38 | 0.14 | 0.46 |
| Hex | 81 | 86 | 66 | 4 | 0 | 18 | 2F | 45 | E | 2E |
| Octal | 201 | 206 | 146 | 4 | 0 | 30 | 57 | 105 | 16 | 56 |
| Binary | 10000001 | 10000110 | 1100110 | 100 | 0 | 11000 | 101111 | 1000101 | 1110 | 101110 |
Color Harmonies of #818666
Complementary color
Monochromatic Colors of #818666
Black with #818666
Text Example
Text Example
White with #818666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818666; }
p { color: rgb(129,134,102); }
H1.HeaderClassName
{
color: #818666;
}
.AnyTagClassName
{
color: #818666;
}
</style>
background-color css
<style>
a { background-color: #818666; }
a { background-color: rgb(129,134,102); }
div.DivClassName
{
background-color: #818666;
}
.BgClassName
{
background-color: #818666;
}
</style>
border-color css
<style>
span { border-color: #818666; }
span { border-color: rgb(129,134,102); }
td.TdClassName
{
border-color: #818666;
}
.TagClassName
{
border-color: #818666;
}
</style>