Shades of Irish Coffee #64422E
Tints of Irish Coffee #64422E
RGB
CMYK
RGB Variations
Color information
#64422E (or 0x64422E) is known color: Irish Coffee. HEX triplet: 64, 42 and 2E. RGB value is (100,66,46). Sum of RGB (Red+Green+Blue) = 100+66+46=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64422E is #9BBDD1. Grayscale: #4A4A4A. Windows color (decimal): -10206674 or 3031652. OLE color: 3031652.
HSL color Cylindrical-coordinate representation of color #64422E: hue angle of 22.22º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64422E is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 46 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.61 |
| HSL | 22.22º | 0.37% | 0.29% | - |
| HSV(B) | 22.22º | 0.54% | 0.39% | - |
| XYZ | 7.7 | 6.8 | 3.49 | - |
| YUV | 73.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 46 | 0 | 0.34 | 0.54 | 0.61 | 22.22 | 0.37 | 0.29 |
| Hex | 64 | 42 | 2E | 0 | 22 | 36 | 3D | 16 | 25 | 1D |
| Octal | 144 | 102 | 56 | 0 | 42 | 66 | 75 | 26 | 45 | 35 |
| Binary | 1100100 | 1000010 | 101110 | 0 | 100010 | 110110 | 111101 | 10110 | 100101 | 11101 |
Color Harmonies of #64422E
Complementary color
Monochromatic Colors of #64422E
Black with #64422E
Text Example
Text Example
White with #64422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64422E; }
p { color: rgb(100,66,46); }
H1.HeaderClassName
{
color: #64422E;
}
.AnyTagClassName
{
color: #64422E;
}
</style>
background-color css
<style>
a { background-color: #64422E; }
a { background-color: rgb(100,66,46); }
div.DivClassName
{
background-color: #64422E;
}
.BgClassName
{
background-color: #64422E;
}
</style>
border-color css
<style>
span { border-color: #64422E; }
span { border-color: rgb(100,66,46); }
td.TdClassName
{
border-color: #64422E;
}
.TagClassName
{
border-color: #64422E;
}
</style>