Shades of Irish Coffee #60422F
Tints of Irish Coffee #60422F
RGB
CMYK
RGB Variations
Color information
#60422F (or 0x60422F) is known color: Irish Coffee. HEX triplet: 60, 42 and 2F. RGB value is (96,66,47). Sum of RGB (Red+Green+Blue) = 96+66+47=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60422F is #9FBDD0. Grayscale: #484848. Windows color (decimal): -10468817 or 3097184. OLE color: 3097184.
HSL color Cylindrical-coordinate representation of color #60422F: hue angle of 23.27º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60422F is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 47 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.62 |
| HSL | 23.27º | 0.34% | 0.28% | - |
| HSV(B) | 23.27º | 0.51% | 0.38% | - |
| XYZ | 7.29 | 6.59 | 3.58 | - |
| YUV | 72.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 47 | 0 | 0.31 | 0.51 | 0.62 | 23.27 | 0.34 | 0.28 |
| Hex | 60 | 42 | 2F | 0 | 1F | 33 | 3E | 17 | 22 | 1C |
| Octal | 140 | 102 | 57 | 0 | 37 | 63 | 76 | 27 | 42 | 34 |
| Binary | 1100000 | 1000010 | 101111 | 0 | 11111 | 110011 | 111110 | 10111 | 100010 | 11100 |
Color Harmonies of #60422F
Complementary color
Monochromatic Colors of #60422F
Black with #60422F
Text Example
Text Example
White with #60422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60422F; }
p { color: rgb(96,66,47); }
H1.HeaderClassName
{
color: #60422F;
}
.AnyTagClassName
{
color: #60422F;
}
</style>
background-color css
<style>
a { background-color: #60422F; }
a { background-color: rgb(96,66,47); }
div.DivClassName
{
background-color: #60422F;
}
.BgClassName
{
background-color: #60422F;
}
</style>
border-color css
<style>
span { border-color: #60422F; }
span { border-color: rgb(96,66,47); }
td.TdClassName
{
border-color: #60422F;
}
.TagClassName
{
border-color: #60422F;
}
</style>