Shades of Irish Coffee #60452D
Tints of Irish Coffee #60452D
RGB
CMYK
RGB Variations
Color information
#60452D (or 0x60452D) is known color: Irish Coffee. HEX triplet: 60, 45 and 2D. RGB value is (96,69,45). Sum of RGB (Red+Green+Blue) = 96+69+45=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60452D is #9FBAD2. Grayscale: #4A4A4A. Windows color (decimal): -10468051 or 2966880. OLE color: 2966880.
HSL color Cylindrical-coordinate representation of color #60452D: hue angle of 28.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60452D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 45 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.62 |
| HSL | 28.24º | 0.36% | 0.28% | - |
| HSV(B) | 28.24º | 0.53% | 0.38% | - |
| XYZ | 7.43 | 6.93 | 3.43 | - |
| YUV | 74.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 45 | 0 | 0.28 | 0.53 | 0.62 | 28.24 | 0.36 | 0.28 |
| Hex | 60 | 45 | 2D | 0 | 1C | 35 | 3E | 1C | 24 | 1C |
| Octal | 140 | 105 | 55 | 0 | 34 | 65 | 76 | 34 | 44 | 34 |
| Binary | 1100000 | 1000101 | 101101 | 0 | 11100 | 110101 | 111110 | 11100 | 100100 | 11100 |
Color Harmonies of #60452D
Complementary color
Monochromatic Colors of #60452D
Black with #60452D
Text Example
Text Example
White with #60452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60452D; }
p { color: rgb(96,69,45); }
H1.HeaderClassName
{
color: #60452D;
}
.AnyTagClassName
{
color: #60452D;
}
</style>
background-color css
<style>
a { background-color: #60452D; }
a { background-color: rgb(96,69,45); }
div.DivClassName
{
background-color: #60452D;
}
.BgClassName
{
background-color: #60452D;
}
</style>
border-color css
<style>
span { border-color: #60452D; }
span { border-color: rgb(96,69,45); }
td.TdClassName
{
border-color: #60452D;
}
.TagClassName
{
border-color: #60452D;
}
</style>