Shades of Roman Coffee #846B5C
Tints of Roman Coffee #846B5C
RGB
CMYK
RGB Variations
Color information
#846B5C (or 0x846B5C) is known color: Roman Coffee. HEX triplet: 84, 6B and 5C. RGB value is (132,107,92). Sum of RGB (Red+Green+Blue) = 132+107+92=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B5C is #7B94A3. Grayscale: #707070. Windows color (decimal): -8098980 or 6056836. OLE color: 6056836.
HSL color Cylindrical-coordinate representation of color #846B5C: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #846B5C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 92 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.48 |
| HSL | 22.5º | 0.18% | 0.44% | - |
| HSV(B) | 22.5º | 0.3% | 0.52% | - |
| XYZ | 16.71 | 16.19 | 12.37 | - |
| YUV | 112.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 92 | 0 | 0.19 | 0.30 | 0.48 | 22.5 | 0.18 | 0.44 |
| Hex | 84 | 6B | 5C | 0 | 13 | 1E | 30 | 16 | 12 | 2C |
| Octal | 204 | 153 | 134 | 0 | 23 | 36 | 60 | 26 | 22 | 54 |
| Binary | 10000100 | 1101011 | 1011100 | 0 | 10011 | 11110 | 110000 | 10110 | 10010 | 101100 |
Color Harmonies of #846B5C
Complementary color
Monochromatic Colors of #846B5C
Black with #846B5C
Text Example
Text Example
White with #846B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B5C; }
p { color: rgb(132,107,92); }
H1.HeaderClassName
{
color: #846B5C;
}
.AnyTagClassName
{
color: #846B5C;
}
</style>
background-color css
<style>
a { background-color: #846B5C; }
a { background-color: rgb(132,107,92); }
div.DivClassName
{
background-color: #846B5C;
}
.BgClassName
{
background-color: #846B5C;
}
</style>
border-color css
<style>
span { border-color: #846B5C; }
span { border-color: rgb(132,107,92); }
td.TdClassName
{
border-color: #846B5C;
}
.TagClassName
{
border-color: #846B5C;
}
</style>