Shades of Irish Coffee #63462D
Tints of Irish Coffee #63462D
RGB
CMYK
RGB Variations
Color information
#63462D (or 0x63462D) is known color: Irish Coffee. HEX triplet: 63, 46 and 2D. RGB value is (99,70,45). Sum of RGB (Red+Green+Blue) = 99+70+45=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63462D is #9CB9D2. Grayscale: #4B4B4B. Windows color (decimal): -10271187 or 2967139. OLE color: 2967139.
HSL color Cylindrical-coordinate representation of color #63462D: hue angle of 27.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63462D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 45 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.61 |
| HSL | 27.78º | 0.38% | 0.28% | - |
| HSV(B) | 27.78º | 0.55% | 0.39% | - |
| XYZ | 7.81 | 7.22 | 3.47 | - |
| YUV | 75.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 45 | 0 | 0.29 | 0.55 | 0.61 | 27.78 | 0.38 | 0.28 |
| Hex | 63 | 46 | 2D | 0 | 1D | 37 | 3D | 1C | 26 | 1C |
| Octal | 143 | 106 | 55 | 0 | 35 | 67 | 75 | 34 | 46 | 34 |
| Binary | 1100011 | 1000110 | 101101 | 0 | 11101 | 110111 | 111101 | 11100 | 100110 | 11100 |
Color Harmonies of #63462D
Complementary color
Monochromatic Colors of #63462D
Black with #63462D
Text Example
Text Example
White with #63462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63462D; }
p { color: rgb(99,70,45); }
H1.HeaderClassName
{
color: #63462D;
}
.AnyTagClassName
{
color: #63462D;
}
</style>
background-color css
<style>
a { background-color: #63462D; }
a { background-color: rgb(99,70,45); }
div.DivClassName
{
background-color: #63462D;
}
.BgClassName
{
background-color: #63462D;
}
</style>
border-color css
<style>
span { border-color: #63462D; }
span { border-color: rgb(99,70,45); }
td.TdClassName
{
border-color: #63462D;
}
.TagClassName
{
border-color: #63462D;
}
</style>