Shades of Irish Coffee #603F2D
Tints of Irish Coffee #603F2D
RGB
CMYK
RGB Variations
Color information
#603F2D (or 0x603F2D) is known color: Irish Coffee. HEX triplet: 60, 3F and 2D. RGB value is (96,63,45). Sum of RGB (Red+Green+Blue) = 96+63+45=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F2D is #9FC0D2. Grayscale: #464646. Windows color (decimal): -10469587 or 2965344. OLE color: 2965344.
HSL color Cylindrical-coordinate representation of color #603F2D: hue angle of 21.18º 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 #603F2D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 45 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.62 |
| HSL | 21.18º | 0.36% | 0.28% | - |
| HSV(B) | 21.18º | 0.53% | 0.38% | - |
| XYZ | 7.08 | 6.23 | 3.31 | - |
| YUV | 70.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 45 | 0 | 0.34 | 0.53 | 0.62 | 21.18 | 0.36 | 0.28 |
| Hex | 60 | 3F | 2D | 0 | 22 | 35 | 3E | 15 | 24 | 1C |
| Octal | 140 | 77 | 55 | 0 | 42 | 65 | 76 | 25 | 44 | 34 |
| Binary | 1100000 | 111111 | 101101 | 0 | 100010 | 110101 | 111110 | 10101 | 100100 | 11100 |
Color Harmonies of #603F2D
Complementary color
Monochromatic Colors of #603F2D
Black with #603F2D
Text Example
Text Example
White with #603F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F2D; }
p { color: rgb(96,63,45); }
H1.HeaderClassName
{
color: #603F2D;
}
.AnyTagClassName
{
color: #603F2D;
}
</style>
background-color css
<style>
a { background-color: #603F2D; }
a { background-color: rgb(96,63,45); }
div.DivClassName
{
background-color: #603F2D;
}
.BgClassName
{
background-color: #603F2D;
}
</style>
border-color css
<style>
span { border-color: #603F2D; }
span { border-color: rgb(96,63,45); }
td.TdClassName
{
border-color: #603F2D;
}
.TagClassName
{
border-color: #603F2D;
}
</style>