Shades of Irish Coffee #66422C
Tints of Irish Coffee #66422C
RGB
CMYK
RGB Variations
Color information
#66422C (or 0x66422C) is known color: Irish Coffee. HEX triplet: 66, 42 and 2C. RGB value is (102,66,44). Sum of RGB (Red+Green+Blue) = 102+66+44=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66422C is #99BDD3. Grayscale: #4A4A4A. Windows color (decimal): -10075604 or 2900582. OLE color: 2900582.
HSL color Cylindrical-coordinate representation of color #66422C: hue angle of 22.76º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66422C is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 44 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.6 |
| HSL | 22.76º | 0.4% | 0.29% | - |
| HSV(B) | 22.76º | 0.57% | 0.4% | - |
| XYZ | 7.88 | 6.9 | 3.3 | - |
| YUV | 74.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 44 | 0 | 0.35 | 0.57 | 0.6 | 22.76 | 0.4 | 0.29 |
| Hex | 66 | 42 | 2C | 0 | 23 | 39 | 3C | 17 | 28 | 1D |
| Octal | 146 | 102 | 54 | 0 | 43 | 71 | 74 | 27 | 50 | 35 |
| Binary | 1100110 | 1000010 | 101100 | 0 | 100011 | 111001 | 111100 | 10111 | 101000 | 11101 |
Color Harmonies of #66422C
Complementary color
Monochromatic Colors of #66422C
Black with #66422C
Text Example
Text Example
White with #66422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66422C; }
p { color: rgb(102,66,44); }
H1.HeaderClassName
{
color: #66422C;
}
.AnyTagClassName
{
color: #66422C;
}
</style>
background-color css
<style>
a { background-color: #66422C; }
a { background-color: rgb(102,66,44); }
div.DivClassName
{
background-color: #66422C;
}
.BgClassName
{
background-color: #66422C;
}
</style>
border-color css
<style>
span { border-color: #66422C; }
span { border-color: rgb(102,66,44); }
td.TdClassName
{
border-color: #66422C;
}
.TagClassName
{
border-color: #66422C;
}
</style>