Shades of Irish Coffee #64442B
Tints of Irish Coffee #64442B
RGB
CMYK
RGB Variations
Color information
#64442B (or 0x64442B) is known color: Irish Coffee. HEX triplet: 64, 44 and 2B. RGB value is (100,68,43). Sum of RGB (Red+Green+Blue) = 100+68+43=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64442B is #9BBBD4. Grayscale: #4A4A4A. Windows color (decimal): -10206165 or 2835556. OLE color: 2835556.
HSL color Cylindrical-coordinate representation of color #64442B: hue angle of 26.32º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64442B is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 43 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.61 |
| HSL | 26.32º | 0.4% | 0.28% | - |
| HSV(B) | 26.32º | 0.57% | 0.39% | - |
| XYZ | 7.76 | 7.02 | 3.23 | - |
| YUV | 74.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 43 | 0 | 0.32 | 0.57 | 0.61 | 26.32 | 0.4 | 0.28 |
| Hex | 64 | 44 | 2B | 0 | 20 | 39 | 3D | 1A | 28 | 1C |
| Octal | 144 | 104 | 53 | 0 | 40 | 71 | 75 | 32 | 50 | 34 |
| Binary | 1100100 | 1000100 | 101011 | 0 | 100000 | 111001 | 111101 | 11010 | 101000 | 11100 |
Color Harmonies of #64442B
Complementary color
Monochromatic Colors of #64442B
Black with #64442B
Text Example
Text Example
White with #64442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64442B; }
p { color: rgb(100,68,43); }
H1.HeaderClassName
{
color: #64442B;
}
.AnyTagClassName
{
color: #64442B;
}
</style>
background-color css
<style>
a { background-color: #64442B; }
a { background-color: rgb(100,68,43); }
div.DivClassName
{
background-color: #64442B;
}
.BgClassName
{
background-color: #64442B;
}
</style>
border-color css
<style>
span { border-color: #64442B; }
span { border-color: rgb(100,68,43); }
td.TdClassName
{
border-color: #64442B;
}
.TagClassName
{
border-color: #64442B;
}
</style>