Shades of Irish Coffee #64442A
Tints of Irish Coffee #64442A
RGB
CMYK
RGB Variations
Color information
#64442A (or 0x64442A) is known color: Irish Coffee. HEX triplet: 64, 44 and 2A. RGB value is (100,68,42). Sum of RGB (Red+Green+Blue) = 100+68+42=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64442A is #9BBBD5. Grayscale: #4A4A4A. Windows color (decimal): -10206166 or 2770020. OLE color: 2770020.
HSL color Cylindrical-coordinate representation of color #64442A: hue angle of 26.9º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64442A is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 42 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.61 |
| HSL | 26.9º | 0.41% | 0.28% | - |
| HSV(B) | 26.9º | 0.58% | 0.39% | - |
| XYZ | 7.74 | 7.01 | 3.14 | - |
| YUV | 74.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 42 | 0 | 0.32 | 0.58 | 0.61 | 26.9 | 0.41 | 0.28 |
| Hex | 64 | 44 | 2A | 0 | 20 | 3A | 3D | 1B | 29 | 1C |
| Octal | 144 | 104 | 52 | 0 | 40 | 72 | 75 | 33 | 51 | 34 |
| Binary | 1100100 | 1000100 | 101010 | 0 | 100000 | 111010 | 111101 | 11011 | 101001 | 11100 |
Color Harmonies of #64442A
Complementary color
Monochromatic Colors of #64442A
Black with #64442A
Text Example
Text Example
White with #64442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64442A; }
p { color: rgb(100,68,42); }
H1.HeaderClassName
{
color: #64442A;
}
.AnyTagClassName
{
color: #64442A;
}
</style>
background-color css
<style>
a { background-color: #64442A; }
a { background-color: rgb(100,68,42); }
div.DivClassName
{
background-color: #64442A;
}
.BgClassName
{
background-color: #64442A;
}
</style>
border-color css
<style>
span { border-color: #64442A; }
span { border-color: rgb(100,68,42); }
td.TdClassName
{
border-color: #64442A;
}
.TagClassName
{
border-color: #64442A;
}
</style>