Shades of Irish Coffee #60452F
Tints of Irish Coffee #60452F
RGB
CMYK
RGB Variations
Color information
#60452F (or 0x60452F) is known color: Irish Coffee. HEX triplet: 60, 45 and 2F. RGB value is (96,69,47). Sum of RGB (Red+Green+Blue) = 96+69+47=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60452F is #9FBAD0. Grayscale: #4A4A4A. Windows color (decimal): -10468049 or 3097952. OLE color: 3097952.
HSL color Cylindrical-coordinate representation of color #60452F: hue angle of 26.94º 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 #60452F is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 47 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.62 |
| HSL | 26.94º | 0.34% | 0.28% | - |
| HSV(B) | 26.94º | 0.51% | 0.38% | - |
| XYZ | 7.47 | 6.95 | 3.64 | - |
| YUV | 74.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 47 | 0 | 0.28 | 0.51 | 0.62 | 26.94 | 0.34 | 0.28 |
| Hex | 60 | 45 | 2F | 0 | 1C | 33 | 3E | 1B | 22 | 1C |
| Octal | 140 | 105 | 57 | 0 | 34 | 63 | 76 | 33 | 42 | 34 |
| Binary | 1100000 | 1000101 | 101111 | 0 | 11100 | 110011 | 111110 | 11011 | 100010 | 11100 |
Color Harmonies of #60452F
Complementary color
Monochromatic Colors of #60452F
Black with #60452F
Text Example
Text Example
White with #60452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60452F; }
p { color: rgb(96,69,47); }
H1.HeaderClassName
{
color: #60452F;
}
.AnyTagClassName
{
color: #60452F;
}
</style>
background-color css
<style>
a { background-color: #60452F; }
a { background-color: rgb(96,69,47); }
div.DivClassName
{
background-color: #60452F;
}
.BgClassName
{
background-color: #60452F;
}
</style>
border-color css
<style>
span { border-color: #60452F; }
span { border-color: rgb(96,69,47); }
td.TdClassName
{
border-color: #60452F;
}
.TagClassName
{
border-color: #60452F;
}
</style>