Shades of Roman Coffee #836A5B
Tints of Roman Coffee #836A5B
RGB
CMYK
RGB Variations
Color information
#836A5B (or 0x836A5B) is known color: Roman Coffee. HEX triplet: 83, 6A and 5B. RGB value is (131,106,91). Sum of RGB (Red+Green+Blue) = 131+106+91=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #836A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A5B is #7C95A4. Grayscale: #6F6F6F. Windows color (decimal): -8164773 or 5991043. OLE color: 5991043.
HSL color Cylindrical-coordinate representation of color #836A5B: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #836A5B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 91 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.49 |
| HSL | 22.5º | 0.18% | 0.44% | - |
| HSV(B) | 22.5º | 0.31% | 0.51% | - |
| XYZ | 16.4 | 15.89 | 12.1 | - |
| YUV | 111.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 91 | 0 | 0.19 | 0.31 | 0.49 | 22.5 | 0.18 | 0.44 |
| Hex | 83 | 6A | 5B | 0 | 13 | 1F | 31 | 16 | 12 | 2C |
| Octal | 203 | 152 | 133 | 0 | 23 | 37 | 61 | 26 | 22 | 54 |
| Binary | 10000011 | 1101010 | 1011011 | 0 | 10011 | 11111 | 110001 | 10110 | 10010 | 101100 |
Color Harmonies of #836A5B
Complementary color
Monochromatic Colors of #836A5B
Black with #836A5B
Text Example
Text Example
White with #836A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A5B; }
p { color: rgb(131,106,91); }
H1.HeaderClassName
{
color: #836A5B;
}
.AnyTagClassName
{
color: #836A5B;
}
</style>
background-color css
<style>
a { background-color: #836A5B; }
a { background-color: rgb(131,106,91); }
div.DivClassName
{
background-color: #836A5B;
}
.BgClassName
{
background-color: #836A5B;
}
</style>
border-color css
<style>
span { border-color: #836A5B; }
span { border-color: rgb(131,106,91); }
td.TdClassName
{
border-color: #836A5B;
}
.TagClassName
{
border-color: #836A5B;
}
</style>