Shades of Irish Coffee #64412F
Tints of Irish Coffee #64412F
RGB
CMYK
RGB Variations
Color information
#64412F (or 0x64412F) is known color: Irish Coffee. HEX triplet: 64, 41 and 2F. RGB value is (100,65,47). Sum of RGB (Red+Green+Blue) = 100+65+47=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64412F is #9BBED0. Grayscale: #494949. Windows color (decimal): -10206929 or 3096932. OLE color: 3096932.
HSL color Cylindrical-coordinate representation of color #64412F: hue angle of 20.38º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64412F is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 47 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.61 |
| HSL | 20.38º | 0.36% | 0.29% | - |
| HSV(B) | 20.38º | 0.53% | 0.39% | - |
| XYZ | 7.66 | 6.7 | 3.58 | - |
| YUV | 73.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 47 | 0 | 0.35 | 0.53 | 0.61 | 20.38 | 0.36 | 0.29 |
| Hex | 64 | 41 | 2F | 0 | 23 | 35 | 3D | 14 | 24 | 1D |
| Octal | 144 | 101 | 57 | 0 | 43 | 65 | 75 | 24 | 44 | 35 |
| Binary | 1100100 | 1000001 | 101111 | 0 | 100011 | 110101 | 111101 | 10100 | 100100 | 11101 |
Color Harmonies of #64412F
Complementary color
Monochromatic Colors of #64412F
Black with #64412F
Text Example
Text Example
White with #64412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64412F; }
p { color: rgb(100,65,47); }
H1.HeaderClassName
{
color: #64412F;
}
.AnyTagClassName
{
color: #64412F;
}
</style>
background-color css
<style>
a { background-color: #64412F; }
a { background-color: rgb(100,65,47); }
div.DivClassName
{
background-color: #64412F;
}
.BgClassName
{
background-color: #64412F;
}
</style>
border-color css
<style>
span { border-color: #64412F; }
span { border-color: rgb(100,65,47); }
td.TdClassName
{
border-color: #64412F;
}
.TagClassName
{
border-color: #64412F;
}
</style>