Shades of Bitter #81846F
Tints of Bitter #81846F
RGB
CMYK
RGB Variations
Color information
#81846F (or 0x81846F) is known color: Bitter. HEX triplet: 81, 84 and 6F. RGB value is (129,132,111). Sum of RGB (Red+Green+Blue) = 129+132+111=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 132 - color contains mainly: green. Hex color #81846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81846F is #7E7B90. Grayscale: #808080. Windows color (decimal): -8289169 or 7308417. OLE color: 7308417.
HSL color Cylindrical-coordinate representation of color #81846F: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81846F is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 132 | 111 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.48 |
| HSL | 68.57º | 0.09% | 0.48% | - |
| HSV(B) | 68.57º | 0.16% | 0.52% | - |
| XYZ | 20.17 | 22.32 | 18.28 | - |
| YUV | 128.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 111 | 0.02 | 0 | 0.16 | 0.48 | 68.57 | 0.09 | 0.48 |
| Hex | 81 | 84 | 6F | 2 | 0 | 10 | 30 | 45 | 9 | 30 |
| Octal | 201 | 204 | 157 | 2 | 0 | 20 | 60 | 105 | 11 | 60 |
| Binary | 10000001 | 10000100 | 1101111 | 10 | 0 | 10000 | 110000 | 1000101 | 1001 | 110000 |
Color Harmonies of #81846F
Complementary color
Monochromatic Colors of #81846F
Black with #81846F
Text Example
Text Example
White with #81846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81846F; }
p { color: rgb(129,132,111); }
H1.HeaderClassName
{
color: #81846F;
}
.AnyTagClassName
{
color: #81846F;
}
</style>
background-color css
<style>
a { background-color: #81846F; }
a { background-color: rgb(129,132,111); }
div.DivClassName
{
background-color: #81846F;
}
.BgClassName
{
background-color: #81846F;
}
</style>
border-color css
<style>
span { border-color: #81846F; }
span { border-color: rgb(129,132,111); }
td.TdClassName
{
border-color: #81846F;
}
.TagClassName
{
border-color: #81846F;
}
</style>