Shades of Irish Coffee #63442C
Tints of Irish Coffee #63442C
RGB
CMYK
RGB Variations
Color information
#63442C (or 0x63442C) is known color: Irish Coffee. HEX triplet: 63, 44 and 2C. RGB value is (99,68,44). Sum of RGB (Red+Green+Blue) = 99+68+44=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63442C is #9CBBD3. Grayscale: #4A4A4A. Windows color (decimal): -10271700 or 2901091. OLE color: 2901091.
HSL color Cylindrical-coordinate representation of color #63442C: hue angle of 26.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63442C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 44 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.61 |
| HSL | 26.18º | 0.38% | 0.28% | - |
| HSV(B) | 26.18º | 0.56% | 0.39% | - |
| XYZ | 7.67 | 6.97 | 3.32 | - |
| YUV | 74.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 44 | 0 | 0.31 | 0.56 | 0.61 | 26.18 | 0.38 | 0.28 |
| Hex | 63 | 44 | 2C | 0 | 1F | 38 | 3D | 1A | 26 | 1C |
| Octal | 143 | 104 | 54 | 0 | 37 | 70 | 75 | 32 | 46 | 34 |
| Binary | 1100011 | 1000100 | 101100 | 0 | 11111 | 111000 | 111101 | 11010 | 100110 | 11100 |
Color Harmonies of #63442C
Complementary color
Monochromatic Colors of #63442C
Black with #63442C
Text Example
Text Example
White with #63442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63442C; }
p { color: rgb(99,68,44); }
H1.HeaderClassName
{
color: #63442C;
}
.AnyTagClassName
{
color: #63442C;
}
</style>
background-color css
<style>
a { background-color: #63442C; }
a { background-color: rgb(99,68,44); }
div.DivClassName
{
background-color: #63442C;
}
.BgClassName
{
background-color: #63442C;
}
</style>
border-color css
<style>
span { border-color: #63442C; }
span { border-color: rgb(99,68,44); }
td.TdClassName
{
border-color: #63442C;
}
.TagClassName
{
border-color: #63442C;
}
</style>