Shades of Bitter #86925F
Tints of Bitter #86925F
RGB
CMYK
RGB Variations
Color information
#86925F (or 0x86925F) is known color: Bitter. HEX triplet: 86, 92 and 5F. RGB value is (134,146,95). Sum of RGB (Red+Green+Blue) = 134+146+95=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #86925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86925F is #796DA0. Grayscale: #888888. Windows color (decimal): -7957921 or 6263430. OLE color: 6263430.
HSL color Cylindrical-coordinate representation of color #86925F: hue angle of 74.12º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86925F is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 146 | 95 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.43 |
| HSL | 74.12º | 0.21% | 0.47% | - |
| HSV(B) | 74.12º | 0.35% | 0.57% | - |
| XYZ | 22.18 | 26.45 | 14.76 | - |
| YUV | 136.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 95 | 0.08 | 0 | 0.35 | 0.43 | 74.12 | 0.21 | 0.47 |
| Hex | 86 | 92 | 5F | 8 | 0 | 23 | 2B | 4A | 15 | 2F |
| Octal | 206 | 222 | 137 | 10 | 0 | 43 | 53 | 112 | 25 | 57 |
| Binary | 10000110 | 10010010 | 1011111 | 1000 | 0 | 100011 | 101011 | 1001010 | 10101 | 101111 |
Color Harmonies of #86925F
Complementary color
Monochromatic Colors of #86925F
Black with #86925F
Text Example
Text Example
White with #86925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86925F; }
p { color: rgb(134,146,95); }
H1.HeaderClassName
{
color: #86925F;
}
.AnyTagClassName
{
color: #86925F;
}
</style>
background-color css
<style>
a { background-color: #86925F; }
a { background-color: rgb(134,146,95); }
div.DivClassName
{
background-color: #86925F;
}
.BgClassName
{
background-color: #86925F;
}
</style>
border-color css
<style>
span { border-color: #86925F; }
span { border-color: rgb(134,146,95); }
td.TdClassName
{
border-color: #86925F;
}
.TagClassName
{
border-color: #86925F;
}
</style>