Shades of Irish Coffee #64452C
Tints of Irish Coffee #64452C
RGB
CMYK
RGB Variations
Color information
#64452C (or 0x64452C) is known color: Irish Coffee. HEX triplet: 64, 45 and 2C. RGB value is (100,69,44). Sum of RGB (Red+Green+Blue) = 100+69+44=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64452C is #9BBAD3. Grayscale: #4B4B4B. Windows color (decimal): -10205908 or 2901348. OLE color: 2901348.
HSL color Cylindrical-coordinate representation of color #64452C: 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.56%. Process color model (Four color, CMYK) of #64452C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 44 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.61 |
| HSL | 26.79º | 0.39% | 0.28% | - |
| HSV(B) | 26.79º | 0.56% | 0.39% | - |
| XYZ | 7.84 | 7.15 | 3.35 | - |
| YUV | 75.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 44 | 0 | 0.31 | 0.56 | 0.61 | 26.79 | 0.39 | 0.28 |
| Hex | 64 | 45 | 2C | 0 | 1F | 38 | 3D | 1B | 27 | 1C |
| Octal | 144 | 105 | 54 | 0 | 37 | 70 | 75 | 33 | 47 | 34 |
| Binary | 1100100 | 1000101 | 101100 | 0 | 11111 | 111000 | 111101 | 11011 | 100111 | 11100 |
Color Harmonies of #64452C
Complementary color
Monochromatic Colors of #64452C
Black with #64452C
Text Example
Text Example
White with #64452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64452C; }
p { color: rgb(100,69,44); }
H1.HeaderClassName
{
color: #64452C;
}
.AnyTagClassName
{
color: #64452C;
}
</style>
background-color css
<style>
a { background-color: #64452C; }
a { background-color: rgb(100,69,44); }
div.DivClassName
{
background-color: #64452C;
}
.BgClassName
{
background-color: #64452C;
}
</style>
border-color css
<style>
span { border-color: #64452C; }
span { border-color: rgb(100,69,44); }
td.TdClassName
{
border-color: #64452C;
}
.TagClassName
{
border-color: #64452C;
}
</style>