Shades of Bitter #81846B
Tints of Bitter #81846B
RGB
CMYK
RGB Variations
Color information
#81846B (or 0x81846B) is known color: Bitter. HEX triplet: 81, 84 and 6B. RGB value is (129,132,107). Sum of RGB (Red+Green+Blue) = 129+132+107=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #81846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81846B is #7E7B94. Grayscale: #808080. Windows color (decimal): -8289173 or 7046273. OLE color: 7046273.
HSL color Cylindrical-coordinate representation of color #81846B: hue angle of 67.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81846B is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 132 | 107 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.48 |
| HSL | 67.2º | 0.1% | 0.47% | - |
| HSV(B) | 67.2º | 0.19% | 0.52% | - |
| XYZ | 19.96 | 22.23 | 17.15 | - |
| YUV | 128.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 107 | 0.02 | 0 | 0.19 | 0.48 | 67.2 | 0.1 | 0.47 |
| Hex | 81 | 84 | 6B | 2 | 0 | 13 | 30 | 43 | A | 2F |
| Octal | 201 | 204 | 153 | 2 | 0 | 23 | 60 | 103 | 12 | 57 |
| Binary | 10000001 | 10000100 | 1101011 | 10 | 0 | 10011 | 110000 | 1000011 | 1010 | 101111 |
Color Harmonies of #81846B
Complementary color
Monochromatic Colors of #81846B
Black with #81846B
Text Example
Text Example
White with #81846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81846B; }
p { color: rgb(129,132,107); }
H1.HeaderClassName
{
color: #81846B;
}
.AnyTagClassName
{
color: #81846B;
}
</style>
background-color css
<style>
a { background-color: #81846B; }
a { background-color: rgb(129,132,107); }
div.DivClassName
{
background-color: #81846B;
}
.BgClassName
{
background-color: #81846B;
}
</style>
border-color css
<style>
span { border-color: #81846B; }
span { border-color: rgb(129,132,107); }
td.TdClassName
{
border-color: #81846B;
}
.TagClassName
{
border-color: #81846B;
}
</style>