Shades of Irish Coffee #613F2D
Tints of Irish Coffee #613F2D
RGB
CMYK
RGB Variations
Color information
#613F2D (or 0x613F2D) is known color: Irish Coffee. HEX triplet: 61, 3F and 2D. RGB value is (97,63,45). Sum of RGB (Red+Green+Blue) = 97+63+45=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F2D is #9EC0D2. Grayscale: #474747. Windows color (decimal): -10404051 or 2965345. OLE color: 2965345.
HSL color Cylindrical-coordinate representation of color #613F2D: hue angle of 20.77º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #613F2D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 45 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.62 |
| HSL | 20.77º | 0.37% | 0.28% | - |
| HSV(B) | 20.77º | 0.54% | 0.38% | - |
| XYZ | 7.18 | 6.29 | 3.32 | - |
| YUV | 71.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 45 | 0 | 0.35 | 0.54 | 0.62 | 20.77 | 0.37 | 0.28 |
| Hex | 61 | 3F | 2D | 0 | 23 | 36 | 3E | 15 | 25 | 1C |
| Octal | 141 | 77 | 55 | 0 | 43 | 66 | 76 | 25 | 45 | 34 |
| Binary | 1100001 | 111111 | 101101 | 0 | 100011 | 110110 | 111110 | 10101 | 100101 | 11100 |
Color Harmonies of #613F2D
Complementary color
Monochromatic Colors of #613F2D
Black with #613F2D
Text Example
Text Example
White with #613F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F2D; }
p { color: rgb(97,63,45); }
H1.HeaderClassName
{
color: #613F2D;
}
.AnyTagClassName
{
color: #613F2D;
}
</style>
background-color css
<style>
a { background-color: #613F2D; }
a { background-color: rgb(97,63,45); }
div.DivClassName
{
background-color: #613F2D;
}
.BgClassName
{
background-color: #613F2D;
}
</style>
border-color css
<style>
span { border-color: #613F2D; }
span { border-color: rgb(97,63,45); }
td.TdClassName
{
border-color: #613F2D;
}
.TagClassName
{
border-color: #613F2D;
}
</style>