Shades of Irish Coffee #66412C
Tints of Irish Coffee #66412C
RGB
CMYK
RGB Variations
Color information
#66412C (or 0x66412C) is known color: Irish Coffee. HEX triplet: 66, 41 and 2C. RGB value is (102,65,44). Sum of RGB (Red+Green+Blue) = 102+65+44=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66412C is #99BED3. Grayscale: #494949. Windows color (decimal): -10075860 or 2900326. OLE color: 2900326.
HSL color Cylindrical-coordinate representation of color #66412C: hue angle of 21.72º 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 #66412C is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 44 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.6 |
| HSL | 21.72º | 0.4% | 0.29% | - |
| HSV(B) | 21.72º | 0.57% | 0.4% | - |
| XYZ | 7.82 | 6.79 | 3.28 | - |
| YUV | 73.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 44 | 0 | 0.36 | 0.57 | 0.6 | 21.72 | 0.4 | 0.29 |
| Hex | 66 | 41 | 2C | 0 | 24 | 39 | 3C | 16 | 28 | 1D |
| Octal | 146 | 101 | 54 | 0 | 44 | 71 | 74 | 26 | 50 | 35 |
| Binary | 1100110 | 1000001 | 101100 | 0 | 100100 | 111001 | 111100 | 10110 | 101000 | 11101 |
Color Harmonies of #66412C
Complementary color
Monochromatic Colors of #66412C
Black with #66412C
Text Example
Text Example
White with #66412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66412C; }
p { color: rgb(102,65,44); }
H1.HeaderClassName
{
color: #66412C;
}
.AnyTagClassName
{
color: #66412C;
}
</style>
background-color css
<style>
a { background-color: #66412C; }
a { background-color: rgb(102,65,44); }
div.DivClassName
{
background-color: #66412C;
}
.BgClassName
{
background-color: #66412C;
}
</style>
border-color css
<style>
span { border-color: #66412C; }
span { border-color: rgb(102,65,44); }
td.TdClassName
{
border-color: #66412C;
}
.TagClassName
{
border-color: #66412C;
}
</style>