Shades of Bitter #848A68
Tints of Bitter #848A68
RGB
CMYK
RGB Variations
Color information
#848A68 (or 0x848A68) is known color: Bitter. HEX triplet: 84, 8A and 68. RGB value is (132,138,104). Sum of RGB (Red+Green+Blue) = 132+138+104=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #848A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A68 is #7B7597. Grayscale: #848484. Windows color (decimal): -8091032 or 6851204. OLE color: 6851204.
HSL color Cylindrical-coordinate representation of color #848A68: hue angle of 70.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #848A68 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 138 | 104 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.46 |
| HSL | 70.59º | 0.14% | 0.47% | - |
| HSV(B) | 70.59º | 0.25% | 0.54% | - |
| XYZ | 21.1 | 24.08 | 16.63 | - |
| YUV | 132.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 104 | 0.04 | 0 | 0.25 | 0.46 | 70.59 | 0.14 | 0.47 |
| Hex | 84 | 8A | 68 | 4 | 0 | 19 | 2E | 47 | E | 2F |
| Octal | 204 | 212 | 150 | 4 | 0 | 31 | 56 | 107 | 16 | 57 |
| Binary | 10000100 | 10001010 | 1101000 | 100 | 0 | 11001 | 101110 | 1000111 | 1110 | 101111 |
Color Harmonies of #848A68
Complementary color
Monochromatic Colors of #848A68
Black with #848A68
Text Example
Text Example
White with #848A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A68; }
p { color: rgb(132,138,104); }
H1.HeaderClassName
{
color: #848A68;
}
.AnyTagClassName
{
color: #848A68;
}
</style>
background-color css
<style>
a { background-color: #848A68; }
a { background-color: rgb(132,138,104); }
div.DivClassName
{
background-color: #848A68;
}
.BgClassName
{
background-color: #848A68;
}
</style>
border-color css
<style>
span { border-color: #848A68; }
span { border-color: rgb(132,138,104); }
td.TdClassName
{
border-color: #848A68;
}
.TagClassName
{
border-color: #848A68;
}
</style>