Shades of Irish Coffee #61442F
Tints of Irish Coffee #61442F
RGB
CMYK
RGB Variations
Color information
#61442F (or 0x61442F) is known color: Irish Coffee. HEX triplet: 61, 44 and 2F. RGB value is (97,68,47). Sum of RGB (Red+Green+Blue) = 97+68+47=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61442F is #9EBBD0. Grayscale: #4A4A4A. Windows color (decimal): -10402769 or 3097697. OLE color: 3097697.
HSL color Cylindrical-coordinate representation of color #61442F: hue angle of 25.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61442F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 47 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.62 |
| HSL | 25.2º | 0.35% | 0.28% | - |
| HSV(B) | 25.2º | 0.52% | 0.38% | - |
| XYZ | 7.51 | 6.88 | 3.62 | - |
| YUV | 74.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 47 | 0 | 0.30 | 0.52 | 0.62 | 25.2 | 0.35 | 0.28 |
| Hex | 61 | 44 | 2F | 0 | 1E | 34 | 3E | 19 | 23 | 1C |
| Octal | 141 | 104 | 57 | 0 | 36 | 64 | 76 | 31 | 43 | 34 |
| Binary | 1100001 | 1000100 | 101111 | 0 | 11110 | 110100 | 111110 | 11001 | 100011 | 11100 |
Color Harmonies of #61442F
Complementary color
Monochromatic Colors of #61442F
Black with #61442F
Text Example
Text Example
White with #61442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61442F; }
p { color: rgb(97,68,47); }
H1.HeaderClassName
{
color: #61442F;
}
.AnyTagClassName
{
color: #61442F;
}
</style>
background-color css
<style>
a { background-color: #61442F; }
a { background-color: rgb(97,68,47); }
div.DivClassName
{
background-color: #61442F;
}
.BgClassName
{
background-color: #61442F;
}
</style>
border-color css
<style>
span { border-color: #61442F; }
span { border-color: rgb(97,68,47); }
td.TdClassName
{
border-color: #61442F;
}
.TagClassName
{
border-color: #61442F;
}
</style>