Shades of Bitter #828A69
Tints of Bitter #828A69
RGB
CMYK
RGB Variations
Color information
#828A69 (or 0x828A69) is known color: Bitter. HEX triplet: 82, 8A and 69. RGB value is (130,138,105). Sum of RGB (Red+Green+Blue) = 130+138+105=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #828A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A69 is #7D7596. Grayscale: #838383. Windows color (decimal): -8222103 or 6916738. OLE color: 6916738.
HSL color Cylindrical-coordinate representation of color #828A69: hue angle of 74.55º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #828A69 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 105 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.46 |
| HSL | 74.55º | 0.14% | 0.48% | - |
| HSV(B) | 74.55º | 0.24% | 0.54% | - |
| XYZ | 20.84 | 23.94 | 16.89 | - |
| YUV | 131.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 105 | 0.06 | 0 | 0.24 | 0.46 | 74.55 | 0.14 | 0.48 |
| Hex | 82 | 8A | 69 | 6 | 0 | 18 | 2E | 4B | E | 30 |
| Octal | 202 | 212 | 151 | 6 | 0 | 30 | 56 | 113 | 16 | 60 |
| Binary | 10000010 | 10001010 | 1101001 | 110 | 0 | 11000 | 101110 | 1001011 | 1110 | 110000 |
Color Harmonies of #828A69
Complementary color
Monochromatic Colors of #828A69
Black with #828A69
Text Example
Text Example
White with #828A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A69; }
p { color: rgb(130,138,105); }
H1.HeaderClassName
{
color: #828A69;
}
.AnyTagClassName
{
color: #828A69;
}
</style>
background-color css
<style>
a { background-color: #828A69; }
a { background-color: rgb(130,138,105); }
div.DivClassName
{
background-color: #828A69;
}
.BgClassName
{
background-color: #828A69;
}
</style>
border-color css
<style>
span { border-color: #828A69; }
span { border-color: rgb(130,138,105); }
td.TdClassName
{
border-color: #828A69;
}
.TagClassName
{
border-color: #828A69;
}
</style>