Shades of Roman Coffee #82695B
Tints of Roman Coffee #82695B
RGB
CMYK
RGB Variations
Color information
#82695B (or 0x82695B) is known color: Roman Coffee. HEX triplet: 82, 69 and 5B. RGB value is (130,105,91). Sum of RGB (Red+Green+Blue) = 130+105+91=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82695B is #7D96A4. Grayscale: #6E6E6E. Windows color (decimal): -8230565 or 5990786. OLE color: 5990786.
HSL color Cylindrical-coordinate representation of color #82695B: hue angle of 21.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82695B is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 91 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.49 |
| HSL | 21.54º | 0.18% | 0.43% | - |
| HSV(B) | 21.54º | 0.3% | 0.51% | - |
| XYZ | 16.15 | 15.6 | 12.06 | - |
| YUV | 110.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 91 | 0 | 0.19 | 0.30 | 0.49 | 21.54 | 0.18 | 0.43 |
| Hex | 82 | 69 | 5B | 0 | 13 | 1E | 31 | 16 | 12 | 2B |
| Octal | 202 | 151 | 133 | 0 | 23 | 36 | 61 | 26 | 22 | 53 |
| Binary | 10000010 | 1101001 | 1011011 | 0 | 10011 | 11110 | 110001 | 10110 | 10010 | 101011 |
Color Harmonies of #82695B
Complementary color
Monochromatic Colors of #82695B
Black with #82695B
Text Example
Text Example
White with #82695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82695B; }
p { color: rgb(130,105,91); }
H1.HeaderClassName
{
color: #82695B;
}
.AnyTagClassName
{
color: #82695B;
}
</style>
background-color css
<style>
a { background-color: #82695B; }
a { background-color: rgb(130,105,91); }
div.DivClassName
{
background-color: #82695B;
}
.BgClassName
{
background-color: #82695B;
}
</style>
border-color css
<style>
span { border-color: #82695B; }
span { border-color: rgb(130,105,91); }
td.TdClassName
{
border-color: #82695B;
}
.TagClassName
{
border-color: #82695B;
}
</style>