Shades of Bitter #828668
Tints of Bitter #828668
RGB
CMYK
RGB Variations
Color information
#828668 (or 0x828668) is known color: Bitter. HEX triplet: 82, 86 and 68. RGB value is (130,134,104). Sum of RGB (Red+Green+Blue) = 130+134+104=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #828668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828668 is #7D7997. Grayscale: #818181. Windows color (decimal): -8223128 or 6850178. OLE color: 6850178.
HSL color Cylindrical-coordinate representation of color #828668: hue angle of 68º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #828668 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 104 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.47 |
| HSL | 68º | 0.13% | 0.47% | - |
| HSV(B) | 68º | 0.22% | 0.53% | - |
| XYZ | 20.23 | 22.8 | 16.43 | - |
| YUV | 129.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 104 | 0.03 | 0 | 0.22 | 0.47 | 68 | 0.13 | 0.47 |
| Hex | 82 | 86 | 68 | 3 | 0 | 16 | 2F | 44 | D | 2F |
| Octal | 202 | 206 | 150 | 3 | 0 | 26 | 57 | 104 | 15 | 57 |
| Binary | 10000010 | 10000110 | 1101000 | 11 | 0 | 10110 | 101111 | 1000100 | 1101 | 101111 |
Color Harmonies of #828668
Complementary color
Monochromatic Colors of #828668
Black with #828668
Text Example
Text Example
White with #828668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828668; }
p { color: rgb(130,134,104); }
H1.HeaderClassName
{
color: #828668;
}
.AnyTagClassName
{
color: #828668;
}
</style>
background-color css
<style>
a { background-color: #828668; }
a { background-color: rgb(130,134,104); }
div.DivClassName
{
background-color: #828668;
}
.BgClassName
{
background-color: #828668;
}
</style>
border-color css
<style>
span { border-color: #828668; }
span { border-color: rgb(130,134,104); }
td.TdClassName
{
border-color: #828668;
}
.TagClassName
{
border-color: #828668;
}
</style>