Shades of Roman Coffee #86684D
Tints of Roman Coffee #86684D
RGB
CMYK
RGB Variations
Color information
#86684D (or 0x86684D) is known color: Roman Coffee. HEX triplet: 86, 68 and 4D. RGB value is (134,104,77). Sum of RGB (Red+Green+Blue) = 134+104+77=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86684D is #7997B2. Grayscale: #6E6E6E. Windows color (decimal): -7968691 or 5073030. OLE color: 5073030.
HSL color Cylindrical-coordinate representation of color #86684D: hue angle of 28.42º degrees, saturation: 0.27, 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 #86684D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 77 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.47 |
| HSL | 28.42º | 0.27% | 0.41% | - |
| HSV(B) | 28.42º | 0.43% | 0.53% | - |
| XYZ | 16.12 | 15.5 | 9.16 | - |
| YUV | 109.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 77 | 0 | 0.22 | 0.43 | 0.47 | 28.42 | 0.27 | 0.41 |
| Hex | 86 | 68 | 4D | 0 | 16 | 2B | 2F | 1C | 1B | 29 |
| Octal | 206 | 150 | 115 | 0 | 26 | 53 | 57 | 34 | 33 | 51 |
| Binary | 10000110 | 1101000 | 1001101 | 0 | 10110 | 101011 | 101111 | 11100 | 11011 | 101001 |
Color Harmonies of #86684D
Complementary color
Monochromatic Colors of #86684D
Black with #86684D
Text Example
Text Example
White with #86684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86684D; }
p { color: rgb(134,104,77); }
H1.HeaderClassName
{
color: #86684D;
}
.AnyTagClassName
{
color: #86684D;
}
</style>
background-color css
<style>
a { background-color: #86684D; }
a { background-color: rgb(134,104,77); }
div.DivClassName
{
background-color: #86684D;
}
.BgClassName
{
background-color: #86684D;
}
</style>
border-color css
<style>
span { border-color: #86684D; }
span { border-color: rgb(134,104,77); }
td.TdClassName
{
border-color: #86684D;
}
.TagClassName
{
border-color: #86684D;
}
</style>