Shades of Bitter #84905E
Tints of Bitter #84905E
RGB
CMYK
RGB Variations
Color information
#84905E (or 0x84905E) is known color: Bitter. HEX triplet: 84, 90 and 5E. RGB value is (132,144,94). Sum of RGB (Red+Green+Blue) = 132+144+94=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #84905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84905E is #7B6FA1. Grayscale: #868686. Windows color (decimal): -8089506 or 6197380. OLE color: 6197380.
HSL color Cylindrical-coordinate representation of color #84905E: hue angle of 74.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84905E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 94 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.44 |
| HSL | 74.4º | 0.21% | 0.47% | - |
| HSV(B) | 74.4º | 0.35% | 0.56% | - |
| XYZ | 21.51 | 25.66 | 14.41 | - |
| YUV | 134.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 94 | 0.08 | 0 | 0.35 | 0.44 | 74.4 | 0.21 | 0.47 |
| Hex | 84 | 90 | 5E | 8 | 0 | 23 | 2C | 4A | 15 | 2F |
| Octal | 204 | 220 | 136 | 10 | 0 | 43 | 54 | 112 | 25 | 57 |
| Binary | 10000100 | 10010000 | 1011110 | 1000 | 0 | 100011 | 101100 | 1001010 | 10101 | 101111 |
Color Harmonies of #84905E
Complementary color
Monochromatic Colors of #84905E
Black with #84905E
Text Example
Text Example
White with #84905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84905E; }
p { color: rgb(132,144,94); }
H1.HeaderClassName
{
color: #84905E;
}
.AnyTagClassName
{
color: #84905E;
}
</style>
background-color css
<style>
a { background-color: #84905E; }
a { background-color: rgb(132,144,94); }
div.DivClassName
{
background-color: #84905E;
}
.BgClassName
{
background-color: #84905E;
}
</style>
border-color css
<style>
span { border-color: #84905E; }
span { border-color: rgb(132,144,94); }
td.TdClassName
{
border-color: #84905E;
}
.TagClassName
{
border-color: #84905E;
}
</style>