Shades of Roman Coffee #86674D
Tints of Roman Coffee #86674D
RGB
CMYK
RGB Variations
Color information
#86674D (or 0x86674D) is known color: Roman Coffee. HEX triplet: 86, 67 and 4D. RGB value is (134,103,77). Sum of RGB (Red+Green+Blue) = 134+103+77=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86674D is #7998B2. Grayscale: #6D6D6D. Windows color (decimal): -7968947 or 5072774. OLE color: 5072774.
HSL color Cylindrical-coordinate representation of color #86674D: hue angle of 27.37º 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 #86674D is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 77 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.47 |
| HSL | 27.37º | 0.27% | 0.41% | - |
| HSV(B) | 27.37º | 0.43% | 0.53% | - |
| XYZ | 16.02 | 15.3 | 9.13 | - |
| YUV | 109.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 77 | 0 | 0.23 | 0.43 | 0.47 | 27.37 | 0.27 | 0.41 |
| Hex | 86 | 67 | 4D | 0 | 17 | 2B | 2F | 1B | 1B | 29 |
| Octal | 206 | 147 | 115 | 0 | 27 | 53 | 57 | 33 | 33 | 51 |
| Binary | 10000110 | 1100111 | 1001101 | 0 | 10111 | 101011 | 101111 | 11011 | 11011 | 101001 |
Color Harmonies of #86674D
Complementary color
Monochromatic Colors of #86674D
Black with #86674D
Text Example
Text Example
White with #86674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86674D; }
p { color: rgb(134,103,77); }
H1.HeaderClassName
{
color: #86674D;
}
.AnyTagClassName
{
color: #86674D;
}
</style>
background-color css
<style>
a { background-color: #86674D; }
a { background-color: rgb(134,103,77); }
div.DivClassName
{
background-color: #86674D;
}
.BgClassName
{
background-color: #86674D;
}
</style>
border-color css
<style>
span { border-color: #86674D; }
span { border-color: rgb(134,103,77); }
td.TdClassName
{
border-color: #86674D;
}
.TagClassName
{
border-color: #86674D;
}
</style>