Shades of Irish Coffee #64422C
Tints of Irish Coffee #64422C
RGB
CMYK
RGB Variations
Color information
#64422C (or 0x64422C) is known color: Irish Coffee. HEX triplet: 64, 42 and 2C. RGB value is (100,66,44). Sum of RGB (Red+Green+Blue) = 100+66+44=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64422C is #9BBDD3. Grayscale: #494949. Windows color (decimal): -10206676 or 2900580. OLE color: 2900580.
HSL color Cylindrical-coordinate representation of color #64422C: hue angle of 23.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64422C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 44 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.61 |
| HSL | 23.57º | 0.39% | 0.28% | - |
| HSV(B) | 23.57º | 0.56% | 0.39% | - |
| XYZ | 7.66 | 6.79 | 3.29 | - |
| YUV | 73.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 44 | 0 | 0.34 | 0.56 | 0.61 | 23.57 | 0.39 | 0.28 |
| Hex | 64 | 42 | 2C | 0 | 22 | 38 | 3D | 18 | 27 | 1C |
| Octal | 144 | 102 | 54 | 0 | 42 | 70 | 75 | 30 | 47 | 34 |
| Binary | 1100100 | 1000010 | 101100 | 0 | 100010 | 111000 | 111101 | 11000 | 100111 | 11100 |
Color Harmonies of #64422C
Complementary color
Monochromatic Colors of #64422C
Black with #64422C
Text Example
Text Example
White with #64422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64422C; }
p { color: rgb(100,66,44); }
H1.HeaderClassName
{
color: #64422C;
}
.AnyTagClassName
{
color: #64422C;
}
</style>
background-color css
<style>
a { background-color: #64422C; }
a { background-color: rgb(100,66,44); }
div.DivClassName
{
background-color: #64422C;
}
.BgClassName
{
background-color: #64422C;
}
</style>
border-color css
<style>
span { border-color: #64422C; }
span { border-color: rgb(100,66,44); }
td.TdClassName
{
border-color: #64422C;
}
.TagClassName
{
border-color: #64422C;
}
</style>