Shades of Bitter #808469
Tints of Bitter #808469
RGB
CMYK
RGB Variations
Color information
#808469 (or 0x808469) is known color: Bitter. HEX triplet: 80, 84 and 69. RGB value is (128,132,105). Sum of RGB (Red+Green+Blue) = 128+132+105=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #808469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808469 is #7F7B96. Grayscale: #7F7F7F. Windows color (decimal): -8354711 or 6915200. OLE color: 6915200.
HSL color Cylindrical-coordinate representation of color #808469: hue angle of 68.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808469 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 105 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.48 |
| HSL | 68.89º | 0.11% | 0.46% | - |
| HSV(B) | 68.89º | 0.2% | 0.52% | - |
| XYZ | 19.7 | 22.11 | 16.59 | - |
| YUV | 127.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 105 | 0.03 | 0 | 0.20 | 0.48 | 68.89 | 0.11 | 0.46 |
| Hex | 80 | 84 | 69 | 3 | 0 | 14 | 30 | 45 | B | 2E |
| Octal | 200 | 204 | 151 | 3 | 0 | 24 | 60 | 105 | 13 | 56 |
| Binary | 10000000 | 10000100 | 1101001 | 11 | 0 | 10100 | 110000 | 1000101 | 1011 | 101110 |
Color Harmonies of #808469
Complementary color
Monochromatic Colors of #808469
Black with #808469
Text Example
Text Example
White with #808469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808469; }
p { color: rgb(128,132,105); }
H1.HeaderClassName
{
color: #808469;
}
.AnyTagClassName
{
color: #808469;
}
</style>
background-color css
<style>
a { background-color: #808469; }
a { background-color: rgb(128,132,105); }
div.DivClassName
{
background-color: #808469;
}
.BgClassName
{
background-color: #808469;
}
</style>
border-color css
<style>
span { border-color: #808469; }
span { border-color: rgb(128,132,105); }
td.TdClassName
{
border-color: #808469;
}
.TagClassName
{
border-color: #808469;
}
</style>