Shades of Roman Coffee #86684C
Tints of Roman Coffee #86684C
RGB
CMYK
RGB Variations
Color information
#86684C (or 0x86684C) is known color: Roman Coffee. HEX triplet: 86, 68 and 4C. RGB value is (134,104,76). Sum of RGB (Red+Green+Blue) = 134+104+76=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86684C is #7997B3. Grayscale: #6D6D6D. Windows color (decimal): -7968692 or 5007494. OLE color: 5007494.
HSL color Cylindrical-coordinate representation of color #86684C: hue angle of 28.97º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86684C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 76 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.47 |
| HSL | 28.97º | 0.28% | 0.41% | - |
| HSV(B) | 28.97º | 0.43% | 0.53% | - |
| XYZ | 16.09 | 15.49 | 8.98 | - |
| YUV | 109.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 76 | 0 | 0.22 | 0.43 | 0.47 | 28.97 | 0.28 | 0.41 |
| Hex | 86 | 68 | 4C | 0 | 16 | 2B | 2F | 1D | 1C | 29 |
| Octal | 206 | 150 | 114 | 0 | 26 | 53 | 57 | 35 | 34 | 51 |
| Binary | 10000110 | 1101000 | 1001100 | 0 | 10110 | 101011 | 101111 | 11101 | 11100 | 101001 |
Color Harmonies of #86684C
Complementary color
Monochromatic Colors of #86684C
Black with #86684C
Text Example
Text Example
White with #86684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86684C; }
p { color: rgb(134,104,76); }
H1.HeaderClassName
{
color: #86684C;
}
.AnyTagClassName
{
color: #86684C;
}
</style>
background-color css
<style>
a { background-color: #86684C; }
a { background-color: rgb(134,104,76); }
div.DivClassName
{
background-color: #86684C;
}
.BgClassName
{
background-color: #86684C;
}
</style>
border-color css
<style>
span { border-color: #86684C; }
span { border-color: rgb(134,104,76); }
td.TdClassName
{
border-color: #86684C;
}
.TagClassName
{
border-color: #86684C;
}
</style>