Shades of Irish Coffee #63442B
Tints of Irish Coffee #63442B
RGB
CMYK
RGB Variations
Color information
#63442B (or 0x63442B) is known color: Irish Coffee. HEX triplet: 63, 44 and 2B. RGB value is (99,68,43). Sum of RGB (Red+Green+Blue) = 99+68+43=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63442B is #9CBBD4. Grayscale: #4A4A4A. Windows color (decimal): -10271701 or 2835555. OLE color: 2835555.
HSL color Cylindrical-coordinate representation of color #63442B: hue angle of 26.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63442B is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 43 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.61 |
| HSL | 26.79º | 0.39% | 0.28% | - |
| HSV(B) | 26.79º | 0.57% | 0.39% | - |
| XYZ | 7.65 | 6.96 | 3.23 | - |
| YUV | 74.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 43 | 0 | 0.31 | 0.57 | 0.61 | 26.79 | 0.39 | 0.28 |
| Hex | 63 | 44 | 2B | 0 | 1F | 39 | 3D | 1B | 27 | 1C |
| Octal | 143 | 104 | 53 | 0 | 37 | 71 | 75 | 33 | 47 | 34 |
| Binary | 1100011 | 1000100 | 101011 | 0 | 11111 | 111001 | 111101 | 11011 | 100111 | 11100 |
Color Harmonies of #63442B
Complementary color
Monochromatic Colors of #63442B
Black with #63442B
Text Example
Text Example
White with #63442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63442B; }
p { color: rgb(99,68,43); }
H1.HeaderClassName
{
color: #63442B;
}
.AnyTagClassName
{
color: #63442B;
}
</style>
background-color css
<style>
a { background-color: #63442B; }
a { background-color: rgb(99,68,43); }
div.DivClassName
{
background-color: #63442B;
}
.BgClassName
{
background-color: #63442B;
}
</style>
border-color css
<style>
span { border-color: #63442B; }
span { border-color: rgb(99,68,43); }
td.TdClassName
{
border-color: #63442B;
}
.TagClassName
{
border-color: #63442B;
}
</style>