Shades of Bitter #828661
Tints of Bitter #828661
RGB
CMYK
RGB Variations
Color information
#828661 (or 0x828661) is known color: Bitter. HEX triplet: 82, 86 and 61. RGB value is (130,134,97). Sum of RGB (Red+Green+Blue) = 130+134+97=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #828661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828661 is #7D799E. Grayscale: #808080. Windows color (decimal): -8223135 or 6391426. OLE color: 6391426.
HSL color Cylindrical-coordinate representation of color #828661: hue angle of 66.49º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #828661 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 97 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.47 |
| HSL | 66.49º | 0.16% | 0.45% | - |
| HSV(B) | 66.49º | 0.28% | 0.53% | - |
| XYZ | 19.89 | 22.66 | 14.63 | - |
| YUV | 128.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 97 | 0.03 | 0 | 0.28 | 0.47 | 66.49 | 0.16 | 0.45 |
| Hex | 82 | 86 | 61 | 3 | 0 | 1C | 2F | 42 | 10 | 2D |
| Octal | 202 | 206 | 141 | 3 | 0 | 34 | 57 | 102 | 20 | 55 |
| Binary | 10000010 | 10000110 | 1100001 | 11 | 0 | 11100 | 101111 | 1000010 | 10000 | 101101 |
Color Harmonies of #828661
Complementary color
Monochromatic Colors of #828661
Black with #828661
Text Example
Text Example
White with #828661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828661; }
p { color: rgb(130,134,97); }
H1.HeaderClassName
{
color: #828661;
}
.AnyTagClassName
{
color: #828661;
}
</style>
background-color css
<style>
a { background-color: #828661; }
a { background-color: rgb(130,134,97); }
div.DivClassName
{
background-color: #828661;
}
.BgClassName
{
background-color: #828661;
}
</style>
border-color css
<style>
span { border-color: #828661; }
span { border-color: rgb(130,134,97); }
td.TdClassName
{
border-color: #828661;
}
.TagClassName
{
border-color: #828661;
}
</style>