Shades of Bitter #808667
Tints of Bitter #808667
RGB
CMYK
RGB Variations
Color information
#808667 (or 0x808667) is known color: Bitter. HEX triplet: 80, 86 and 67. RGB value is (128,134,103). Sum of RGB (Red+Green+Blue) = 128+134+103=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #808667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808667 is #7F7998. Grayscale: #808080. Windows color (decimal): -8354201 or 6784640. OLE color: 6784640.
HSL color Cylindrical-coordinate representation of color #808667: hue angle of 71.61º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #808667 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 103 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.47 |
| HSL | 71.61º | 0.13% | 0.46% | - |
| HSV(B) | 71.61º | 0.23% | 0.53% | - |
| XYZ | 19.88 | 22.62 | 16.15 | - |
| YUV | 128.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 103 | 0.04 | 0 | 0.23 | 0.47 | 71.61 | 0.13 | 0.46 |
| Hex | 80 | 86 | 67 | 4 | 0 | 17 | 2F | 48 | D | 2E |
| Octal | 200 | 206 | 147 | 4 | 0 | 27 | 57 | 110 | 15 | 56 |
| Binary | 10000000 | 10000110 | 1100111 | 100 | 0 | 10111 | 101111 | 1001000 | 1101 | 101110 |
Color Harmonies of #808667
Complementary color
Monochromatic Colors of #808667
Black with #808667
Text Example
Text Example
White with #808667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808667; }
p { color: rgb(128,134,103); }
H1.HeaderClassName
{
color: #808667;
}
.AnyTagClassName
{
color: #808667;
}
</style>
background-color css
<style>
a { background-color: #808667; }
a { background-color: rgb(128,134,103); }
div.DivClassName
{
background-color: #808667;
}
.BgClassName
{
background-color: #808667;
}
</style>
border-color css
<style>
span { border-color: #808667; }
span { border-color: rgb(128,134,103); }
td.TdClassName
{
border-color: #808667;
}
.TagClassName
{
border-color: #808667;
}
</style>