Shades of Roman Coffee #84695A
Tints of Roman Coffee #84695A
RGB
CMYK
RGB Variations
Color information
#84695A (or 0x84695A) is known color: Roman Coffee. HEX triplet: 84, 69 and 5A. RGB value is (132,105,90). Sum of RGB (Red+Green+Blue) = 132+105+90=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84695A is #7B96A5. Grayscale: #6F6F6F. Windows color (decimal): -8099494 or 5925252. OLE color: 5925252.
HSL color Cylindrical-coordinate representation of color #84695A: hue angle of 21.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84695A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 90 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.48 |
| HSL | 21.43º | 0.19% | 0.44% | - |
| HSV(B) | 21.43º | 0.32% | 0.52% | - |
| XYZ | 16.41 | 15.75 | 11.85 | - |
| YUV | 111.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 90 | 0 | 0.20 | 0.32 | 0.48 | 21.43 | 0.19 | 0.44 |
| Hex | 84 | 69 | 5A | 0 | 14 | 20 | 30 | 15 | 13 | 2C |
| Octal | 204 | 151 | 132 | 0 | 24 | 40 | 60 | 25 | 23 | 54 |
| Binary | 10000100 | 1101001 | 1011010 | 0 | 10100 | 100000 | 110000 | 10101 | 10011 | 101100 |
Color Harmonies of #84695A
Complementary color
Monochromatic Colors of #84695A
Black with #84695A
Text Example
Text Example
White with #84695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84695A; }
p { color: rgb(132,105,90); }
H1.HeaderClassName
{
color: #84695A;
}
.AnyTagClassName
{
color: #84695A;
}
</style>
background-color css
<style>
a { background-color: #84695A; }
a { background-color: rgb(132,105,90); }
div.DivClassName
{
background-color: #84695A;
}
.BgClassName
{
background-color: #84695A;
}
</style>
border-color css
<style>
span { border-color: #84695A; }
span { border-color: rgb(132,105,90); }
td.TdClassName
{
border-color: #84695A;
}
.TagClassName
{
border-color: #84695A;
}
</style>