Shades of Bitter #81846D
Tints of Bitter #81846D
RGB
CMYK
RGB Variations
Color information
#81846D (or 0x81846D) is known color: Bitter. HEX triplet: 81, 84 and 6D. RGB value is (129,132,109). Sum of RGB (Red+Green+Blue) = 129+132+109=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #81846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81846D is #7E7B92. Grayscale: #808080. Windows color (decimal): -8289171 or 7177345. OLE color: 7177345.
HSL color Cylindrical-coordinate representation of color #81846D: hue angle of 67.83º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81846D is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 132 | 109 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.48 |
| HSL | 67.83º | 0.1% | 0.47% | - |
| HSV(B) | 67.83º | 0.17% | 0.52% | - |
| XYZ | 20.06 | 22.27 | 17.71 | - |
| YUV | 128.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 109 | 0.02 | 0 | 0.17 | 0.48 | 67.83 | 0.1 | 0.47 |
| Hex | 81 | 84 | 6D | 2 | 0 | 11 | 30 | 44 | A | 2F |
| Octal | 201 | 204 | 155 | 2 | 0 | 21 | 60 | 104 | 12 | 57 |
| Binary | 10000001 | 10000100 | 1101101 | 10 | 0 | 10001 | 110000 | 1000100 | 1010 | 101111 |
Color Harmonies of #81846D
Complementary color
Monochromatic Colors of #81846D
Black with #81846D
Text Example
Text Example
White with #81846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81846D; }
p { color: rgb(129,132,109); }
H1.HeaderClassName
{
color: #81846D;
}
.AnyTagClassName
{
color: #81846D;
}
</style>
background-color css
<style>
a { background-color: #81846D; }
a { background-color: rgb(129,132,109); }
div.DivClassName
{
background-color: #81846D;
}
.BgClassName
{
background-color: #81846D;
}
</style>
border-color css
<style>
span { border-color: #81846D; }
span { border-color: rgb(129,132,109); }
td.TdClassName
{
border-color: #81846D;
}
.TagClassName
{
border-color: #81846D;
}
</style>