Shades of Roman Coffee #82684F
Tints of Roman Coffee #82684F
RGB
CMYK
RGB Variations
Color information
#82684F (or 0x82684F) is known color: Roman Coffee. HEX triplet: 82, 68 and 4F. RGB value is (130,104,79). Sum of RGB (Red+Green+Blue) = 130+104+79=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #82684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82684F is #7D97B0. Grayscale: #6D6D6D. Windows color (decimal): -8230833 or 5204098. OLE color: 5204098.
HSL color Cylindrical-coordinate representation of color #82684F: hue angle of 29.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82684F is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 79 | - |
| CMYK | 0 | 0.2 | 0.39 | 0.49 |
| HSL | 29.41º | 0.24% | 0.41% | - |
| HSV(B) | 29.41º | 0.39% | 0.51% | - |
| XYZ | 15.57 | 15.21 | 9.51 | - |
| YUV | 108.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 79 | 0 | 0.2 | 0.39 | 0.49 | 29.41 | 0.24 | 0.41 |
| Hex | 82 | 68 | 4F | 0 | 14 | 27 | 31 | 1D | 18 | 29 |
| Octal | 202 | 150 | 117 | 0 | 24 | 47 | 61 | 35 | 30 | 51 |
| Binary | 10000010 | 1101000 | 1001111 | 0 | 10100 | 100111 | 110001 | 11101 | 11000 | 101001 |
Color Harmonies of #82684F
Complementary color
Monochromatic Colors of #82684F
Black with #82684F
Text Example
Text Example
White with #82684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82684F; }
p { color: rgb(130,104,79); }
H1.HeaderClassName
{
color: #82684F;
}
.AnyTagClassName
{
color: #82684F;
}
</style>
background-color css
<style>
a { background-color: #82684F; }
a { background-color: rgb(130,104,79); }
div.DivClassName
{
background-color: #82684F;
}
.BgClassName
{
background-color: #82684F;
}
</style>
border-color css
<style>
span { border-color: #82684F; }
span { border-color: rgb(130,104,79); }
td.TdClassName
{
border-color: #82684F;
}
.TagClassName
{
border-color: #82684F;
}
</style>