Shades of Roman Coffee #85694F
Tints of Roman Coffee #85694F
RGB
CMYK
RGB Variations
Color information
#85694F (or 0x85694F) is known color: Roman Coffee. HEX triplet: 85, 69 and 4F. RGB value is (133,105,79). Sum of RGB (Red+Green+Blue) = 133+105+79=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #85694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85694F is #7A96B0. Grayscale: #6E6E6E. Windows color (decimal): -8033969 or 5204357. OLE color: 5204357.
HSL color Cylindrical-coordinate representation of color #85694F: hue angle of 28.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85694F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 79 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.48 |
| HSL | 28.89º | 0.25% | 0.42% | - |
| HSV(B) | 28.89º | 0.41% | 0.52% | - |
| XYZ | 16.14 | 15.65 | 9.57 | - |
| YUV | 110.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 79 | 0 | 0.21 | 0.41 | 0.48 | 28.89 | 0.25 | 0.42 |
| Hex | 85 | 69 | 4F | 0 | 15 | 29 | 30 | 1D | 19 | 2A |
| Octal | 205 | 151 | 117 | 0 | 25 | 51 | 60 | 35 | 31 | 52 |
| Binary | 10000101 | 1101001 | 1001111 | 0 | 10101 | 101001 | 110000 | 11101 | 11001 | 101010 |
Color Harmonies of #85694F
Complementary color
Monochromatic Colors of #85694F
Black with #85694F
Text Example
Text Example
White with #85694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85694F; }
p { color: rgb(133,105,79); }
H1.HeaderClassName
{
color: #85694F;
}
.AnyTagClassName
{
color: #85694F;
}
</style>
background-color css
<style>
a { background-color: #85694F; }
a { background-color: rgb(133,105,79); }
div.DivClassName
{
background-color: #85694F;
}
.BgClassName
{
background-color: #85694F;
}
</style>
border-color css
<style>
span { border-color: #85694F; }
span { border-color: rgb(133,105,79); }
td.TdClassName
{
border-color: #85694F;
}
.TagClassName
{
border-color: #85694F;
}
</style>