Shades of Irish Coffee #60412C
Tints of Irish Coffee #60412C
RGB
CMYK
RGB Variations
Color information
#60412C (or 0x60412C) is known color: Irish Coffee. HEX triplet: 60, 41 and 2C. RGB value is (96,65,44). Sum of RGB (Red+Green+Blue) = 96+65+44=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60412C is #9FBED3. Grayscale: #474747. Windows color (decimal): -10469076 or 2900320. OLE color: 2900320.
HSL color Cylindrical-coordinate representation of color #60412C: hue angle of 24.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60412C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 44 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.62 |
| HSL | 24.23º | 0.37% | 0.27% | - |
| HSV(B) | 24.23º | 0.54% | 0.38% | - |
| XYZ | 7.17 | 6.45 | 3.25 | - |
| YUV | 71.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 44 | 0 | 0.32 | 0.54 | 0.62 | 24.23 | 0.37 | 0.27 |
| Hex | 60 | 41 | 2C | 0 | 20 | 36 | 3E | 18 | 25 | 1B |
| Octal | 140 | 101 | 54 | 0 | 40 | 66 | 76 | 30 | 45 | 33 |
| Binary | 1100000 | 1000001 | 101100 | 0 | 100000 | 110110 | 111110 | 11000 | 100101 | 11011 |
Color Harmonies of #60412C
Complementary color
Monochromatic Colors of #60412C
Black with #60412C
Text Example
Text Example
White with #60412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60412C; }
p { color: rgb(96,65,44); }
H1.HeaderClassName
{
color: #60412C;
}
.AnyTagClassName
{
color: #60412C;
}
</style>
background-color css
<style>
a { background-color: #60412C; }
a { background-color: rgb(96,65,44); }
div.DivClassName
{
background-color: #60412C;
}
.BgClassName
{
background-color: #60412C;
}
</style>
border-color css
<style>
span { border-color: #60412C; }
span { border-color: rgb(96,65,44); }
td.TdClassName
{
border-color: #60412C;
}
.TagClassName
{
border-color: #60412C;
}
</style>