Shades of Bitter #808369
Tints of Bitter #808369
RGB
CMYK
RGB Variations
Color information
#808369 (or 0x808369) is known color: Bitter. HEX triplet: 80, 83 and 69. RGB value is (128,131,105). Sum of RGB (Red+Green+Blue) = 128+131+105=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #808369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808369 is #7F7C96. Grayscale: #7F7F7F. Windows color (decimal): -8354967 or 6914944. OLE color: 6914944.
HSL color Cylindrical-coordinate representation of color #808369: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808369 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 105 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.49 |
| HSL | 66.92º | 0.11% | 0.46% | - |
| HSV(B) | 66.92º | 0.2% | 0.51% | - |
| XYZ | 19.57 | 21.84 | 16.55 | - |
| YUV | 127.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 105 | 0.02 | 0 | 0.20 | 0.49 | 66.92 | 0.11 | 0.46 |
| Hex | 80 | 83 | 69 | 2 | 0 | 14 | 31 | 43 | B | 2E |
| Octal | 200 | 203 | 151 | 2 | 0 | 24 | 61 | 103 | 13 | 56 |
| Binary | 10000000 | 10000011 | 1101001 | 10 | 0 | 10100 | 110001 | 1000011 | 1011 | 101110 |
Color Harmonies of #808369
Complementary color
Monochromatic Colors of #808369
Black with #808369
Text Example
Text Example
White with #808369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808369; }
p { color: rgb(128,131,105); }
H1.HeaderClassName
{
color: #808369;
}
.AnyTagClassName
{
color: #808369;
}
</style>
background-color css
<style>
a { background-color: #808369; }
a { background-color: rgb(128,131,105); }
div.DivClassName
{
background-color: #808369;
}
.BgClassName
{
background-color: #808369;
}
</style>
border-color css
<style>
span { border-color: #808369; }
span { border-color: rgb(128,131,105); }
td.TdClassName
{
border-color: #808369;
}
.TagClassName
{
border-color: #808369;
}
</style>