Shades of Roman Coffee #82664F
Tints of Roman Coffee #82664F
RGB
CMYK
RGB Variations
Color information
#82664F (or 0x82664F) is known color: Roman Coffee. HEX triplet: 82, 66 and 4F. RGB value is (130,102,79). Sum of RGB (Red+Green+Blue) = 130+102+79=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82664F is #7D99B0. Grayscale: #6B6B6B. Windows color (decimal): -8231345 or 5203586. OLE color: 5203586.
HSL color Cylindrical-coordinate representation of color #82664F: hue angle of 27.06º 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 #82664F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 79 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.49 |
| HSL | 27.06º | 0.24% | 0.41% | - |
| HSV(B) | 27.06º | 0.39% | 0.51% | - |
| XYZ | 15.37 | 14.81 | 9.45 | - |
| YUV | 107.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 79 | 0 | 0.22 | 0.39 | 0.49 | 27.06 | 0.24 | 0.41 |
| Hex | 82 | 66 | 4F | 0 | 16 | 27 | 31 | 1B | 18 | 29 |
| Octal | 202 | 146 | 117 | 0 | 26 | 47 | 61 | 33 | 30 | 51 |
| Binary | 10000010 | 1100110 | 1001111 | 0 | 10110 | 100111 | 110001 | 11011 | 11000 | 101001 |
Color Harmonies of #82664F
Complementary color
Monochromatic Colors of #82664F
Black with #82664F
Text Example
Text Example
White with #82664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82664F; }
p { color: rgb(130,102,79); }
H1.HeaderClassName
{
color: #82664F;
}
.AnyTagClassName
{
color: #82664F;
}
</style>
background-color css
<style>
a { background-color: #82664F; }
a { background-color: rgb(130,102,79); }
div.DivClassName
{
background-color: #82664F;
}
.BgClassName
{
background-color: #82664F;
}
</style>
border-color css
<style>
span { border-color: #82664F; }
span { border-color: rgb(130,102,79); }
td.TdClassName
{
border-color: #82664F;
}
.TagClassName
{
border-color: #82664F;
}
</style>