Shades of Irish Coffee #653F2A
Tints of Irish Coffee #653F2A
RGB
CMYK
RGB Variations
Color information
#653F2A (or 0x653F2A) is known color: Irish Coffee. HEX triplet: 65, 3F and 2A. RGB value is (101,63,42). Sum of RGB (Red+Green+Blue) = 101+63+42=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #653F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F2A is #9AC0D5. Grayscale: #484848. Windows color (decimal): -10141910 or 2768741. OLE color: 2768741.
HSL color Cylindrical-coordinate representation of color #653F2A: hue angle of 21.36º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653F2A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 42 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.60 |
| HSL | 21.36º | 0.41% | 0.28% | - |
| HSV(B) | 21.36º | 0.58% | 0.4% | - |
| XYZ | 7.56 | 6.49 | 3.04 | - |
| YUV | 71.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 42 | 0 | 0.38 | 0.58 | 0.60 | 21.36 | 0.41 | 0.28 |
| Hex | 65 | 3F | 2A | 0 | 26 | 3A | 3C | 15 | 29 | 1C |
| Octal | 145 | 77 | 52 | 0 | 46 | 72 | 74 | 25 | 51 | 34 |
| Binary | 1100101 | 111111 | 101010 | 0 | 100110 | 111010 | 111100 | 10101 | 101001 | 11100 |
Color Harmonies of #653F2A
Complementary color
Monochromatic Colors of #653F2A
Black with #653F2A
Text Example
Text Example
White with #653F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F2A; }
p { color: rgb(101,63,42); }
H1.HeaderClassName
{
color: #653F2A;
}
.AnyTagClassName
{
color: #653F2A;
}
</style>
background-color css
<style>
a { background-color: #653F2A; }
a { background-color: rgb(101,63,42); }
div.DivClassName
{
background-color: #653F2A;
}
.BgClassName
{
background-color: #653F2A;
}
</style>
border-color css
<style>
span { border-color: #653F2A; }
span { border-color: rgb(101,63,42); }
td.TdClassName
{
border-color: #653F2A;
}
.TagClassName
{
border-color: #653F2A;
}
</style>