Shades of Roman Coffee #846A5B
Tints of Roman Coffee #846A5B
RGB
CMYK
RGB Variations
Color information
#846A5B (or 0x846A5B) is known color: Roman Coffee. HEX triplet: 84, 6A and 5B. RGB value is (132,106,91). Sum of RGB (Red+Green+Blue) = 132+106+91=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A5B is #7B95A4. Grayscale: #707070. Windows color (decimal): -8099237 or 5991044. OLE color: 5991044.
HSL color Cylindrical-coordinate representation of color #846A5B: hue angle of 21.95º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846A5B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 91 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.48 |
| HSL | 21.95º | 0.18% | 0.44% | - |
| HSV(B) | 21.95º | 0.31% | 0.52% | - |
| XYZ | 16.56 | 15.97 | 12.11 | - |
| YUV | 112.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 91 | 0 | 0.20 | 0.31 | 0.48 | 21.95 | 0.18 | 0.44 |
| Hex | 84 | 6A | 5B | 0 | 14 | 1F | 30 | 16 | 12 | 2C |
| Octal | 204 | 152 | 133 | 0 | 24 | 37 | 60 | 26 | 22 | 54 |
| Binary | 10000100 | 1101010 | 1011011 | 0 | 10100 | 11111 | 110000 | 10110 | 10010 | 101100 |
Color Harmonies of #846A5B
Complementary color
Monochromatic Colors of #846A5B
Black with #846A5B
Text Example
Text Example
White with #846A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A5B; }
p { color: rgb(132,106,91); }
H1.HeaderClassName
{
color: #846A5B;
}
.AnyTagClassName
{
color: #846A5B;
}
</style>
background-color css
<style>
a { background-color: #846A5B; }
a { background-color: rgb(132,106,91); }
div.DivClassName
{
background-color: #846A5B;
}
.BgClassName
{
background-color: #846A5B;
}
</style>
border-color css
<style>
span { border-color: #846A5B; }
span { border-color: rgb(132,106,91); }
td.TdClassName
{
border-color: #846A5B;
}
.TagClassName
{
border-color: #846A5B;
}
</style>