Shades of Bitter #808168
Tints of Bitter #808168
RGB
CMYK
RGB Variations
Color information
#808168 (or 0x808168) is known color: Bitter. HEX triplet: 80, 81 and 68. RGB value is (128,129,104). Sum of RGB (Red+Green+Blue) = 128+129+104=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #808168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808168 is #7F7E97. Grayscale: #7D7D7D. Windows color (decimal): -8355480 or 6848896. OLE color: 6848896.
HSL color Cylindrical-coordinate representation of color #808168: hue angle of 62.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #808168 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 104 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.49 |
| HSL | 62.4º | 0.11% | 0.46% | - |
| HSV(B) | 62.4º | 0.19% | 0.51% | - |
| XYZ | 19.25 | 21.29 | 16.19 | - |
| YUV | 125.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 104 | 0.01 | 0 | 0.19 | 0.49 | 62.4 | 0.11 | 0.46 |
| Hex | 80 | 81 | 68 | 1 | 0 | 13 | 31 | 3E | B | 2E |
| Octal | 200 | 201 | 150 | 1 | 0 | 23 | 61 | 76 | 13 | 56 |
| Binary | 10000000 | 10000001 | 1101000 | 1 | 0 | 10011 | 110001 | 111110 | 1011 | 101110 |
Color Harmonies of #808168
Complementary color
Monochromatic Colors of #808168
Black with #808168
Text Example
Text Example
White with #808168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808168; }
p { color: rgb(128,129,104); }
H1.HeaderClassName
{
color: #808168;
}
.AnyTagClassName
{
color: #808168;
}
</style>
background-color css
<style>
a { background-color: #808168; }
a { background-color: rgb(128,129,104); }
div.DivClassName
{
background-color: #808168;
}
.BgClassName
{
background-color: #808168;
}
</style>
border-color css
<style>
span { border-color: #808168; }
span { border-color: rgb(128,129,104); }
td.TdClassName
{
border-color: #808168;
}
.TagClassName
{
border-color: #808168;
}
</style>