Shades of Bitter #868A5A
Tints of Bitter #868A5A
RGB
CMYK
RGB Variations
Color information
#868A5A (or 0x868A5A) is known color: Bitter. HEX triplet: 86, 8A and 5A. RGB value is (134,138,90). Sum of RGB (Red+Green+Blue) = 134+138+90=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #868A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A5A is #7975A5. Grayscale: #838383. Windows color (decimal): -7959974 or 5933702. OLE color: 5933702.
HSL color Cylindrical-coordinate representation of color #868A5A: hue angle of 65º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868A5A is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 90 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.46 |
| HSL | 65º | 0.21% | 0.45% | - |
| HSV(B) | 65º | 0.35% | 0.54% | - |
| XYZ | 20.77 | 23.98 | 13.21 | - |
| YUV | 131.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 90 | 0.03 | 0 | 0.35 | 0.46 | 65 | 0.21 | 0.45 |
| Hex | 86 | 8A | 5A | 3 | 0 | 23 | 2E | 41 | 15 | 2D |
| Octal | 206 | 212 | 132 | 3 | 0 | 43 | 56 | 101 | 25 | 55 |
| Binary | 10000110 | 10001010 | 1011010 | 11 | 0 | 100011 | 101110 | 1000001 | 10101 | 101101 |
Color Harmonies of #868A5A
Complementary color
Monochromatic Colors of #868A5A
Black with #868A5A
Text Example
Text Example
White with #868A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A5A; }
p { color: rgb(134,138,90); }
H1.HeaderClassName
{
color: #868A5A;
}
.AnyTagClassName
{
color: #868A5A;
}
</style>
background-color css
<style>
a { background-color: #868A5A; }
a { background-color: rgb(134,138,90); }
div.DivClassName
{
background-color: #868A5A;
}
.BgClassName
{
background-color: #868A5A;
}
</style>
border-color css
<style>
span { border-color: #868A5A; }
span { border-color: rgb(134,138,90); }
td.TdClassName
{
border-color: #868A5A;
}
.TagClassName
{
border-color: #868A5A;
}
</style>