Shades of Roman Coffee #83664D
Tints of Roman Coffee #83664D
RGB
CMYK
RGB Variations
Color information
#83664D (or 0x83664D) is known color: Roman Coffee. HEX triplet: 83, 66 and 4D. RGB value is (131,102,77). Sum of RGB (Red+Green+Blue) = 131+102+77=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83664D is #7C99B2. Grayscale: #6B6B6B. Windows color (decimal): -8165811 or 5072515. OLE color: 5072515.
HSL color Cylindrical-coordinate representation of color #83664D: hue angle of 27.78º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83664D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 102 | 77 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.49 |
| HSL | 27.78º | 0.26% | 0.41% | - |
| HSV(B) | 27.78º | 0.41% | 0.51% | - |
| XYZ | 15.45 | 14.86 | 9.08 | - |
| YUV | 107.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 77 | 0 | 0.22 | 0.41 | 0.49 | 27.78 | 0.26 | 0.41 |
| Hex | 83 | 66 | 4D | 0 | 16 | 29 | 31 | 1C | 1A | 29 |
| Octal | 203 | 146 | 115 | 0 | 26 | 51 | 61 | 34 | 32 | 51 |
| Binary | 10000011 | 1100110 | 1001101 | 0 | 10110 | 101001 | 110001 | 11100 | 11010 | 101001 |
Color Harmonies of #83664D
Complementary color
Monochromatic Colors of #83664D
Black with #83664D
Text Example
Text Example
White with #83664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83664D; }
p { color: rgb(131,102,77); }
H1.HeaderClassName
{
color: #83664D;
}
.AnyTagClassName
{
color: #83664D;
}
</style>
background-color css
<style>
a { background-color: #83664D; }
a { background-color: rgb(131,102,77); }
div.DivClassName
{
background-color: #83664D;
}
.BgClassName
{
background-color: #83664D;
}
</style>
border-color css
<style>
span { border-color: #83664D; }
span { border-color: rgb(131,102,77); }
td.TdClassName
{
border-color: #83664D;
}
.TagClassName
{
border-color: #83664D;
}
</style>