Shades of Bitter #828B68
Tints of Bitter #828B68
RGB
CMYK
RGB Variations
Color information
#828B68 (or 0x828B68) is known color: Bitter. HEX triplet: 82, 8B and 68. RGB value is (130,139,104). Sum of RGB (Red+Green+Blue) = 130+139+104=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #828B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B68 is #7D7497. Grayscale: #848484. Windows color (decimal): -8221848 or 6851458. OLE color: 6851458.
HSL color Cylindrical-coordinate representation of color #828B68: hue angle of 75.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828B68 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 104 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.45 |
| HSL | 75.43º | 0.14% | 0.48% | - |
| HSV(B) | 75.43º | 0.25% | 0.55% | - |
| XYZ | 20.94 | 24.21 | 16.67 | - |
| YUV | 132.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 104 | 0.06 | 0 | 0.25 | 0.45 | 75.43 | 0.14 | 0.48 |
| Hex | 82 | 8B | 68 | 6 | 0 | 19 | 2D | 4B | E | 30 |
| Octal | 202 | 213 | 150 | 6 | 0 | 31 | 55 | 113 | 16 | 60 |
| Binary | 10000010 | 10001011 | 1101000 | 110 | 0 | 11001 | 101101 | 1001011 | 1110 | 110000 |
Color Harmonies of #828B68
Complementary color
Monochromatic Colors of #828B68
Black with #828B68
Text Example
Text Example
White with #828B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B68; }
p { color: rgb(130,139,104); }
H1.HeaderClassName
{
color: #828B68;
}
.AnyTagClassName
{
color: #828B68;
}
</style>
background-color css
<style>
a { background-color: #828B68; }
a { background-color: rgb(130,139,104); }
div.DivClassName
{
background-color: #828B68;
}
.BgClassName
{
background-color: #828B68;
}
</style>
border-color css
<style>
span { border-color: #828B68; }
span { border-color: rgb(130,139,104); }
td.TdClassName
{
border-color: #828B68;
}
.TagClassName
{
border-color: #828B68;
}
</style>