Shades of Irish Coffee #66442A
Tints of Irish Coffee #66442A
RGB
CMYK
RGB Variations
Color information
#66442A (or 0x66442A) is known color: Irish Coffee. HEX triplet: 66, 44 and 2A. RGB value is (102,68,42). Sum of RGB (Red+Green+Blue) = 102+68+42=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66442A is #99BBD5. Grayscale: #4B4B4B. Windows color (decimal): -10075094 or 2770022. OLE color: 2770022.
HSL color Cylindrical-coordinate representation of color #66442A: hue angle of 26º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66442A is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 42 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.6 |
| HSL | 26º | 0.42% | 0.28% | - |
| HSV(B) | 26º | 0.59% | 0.4% | - |
| XYZ | 7.96 | 7.13 | 3.15 | - |
| YUV | 75.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 42 | 0 | 0.33 | 0.59 | 0.6 | 26 | 0.42 | 0.28 |
| Hex | 66 | 44 | 2A | 0 | 21 | 3B | 3C | 1A | 2A | 1C |
| Octal | 146 | 104 | 52 | 0 | 41 | 73 | 74 | 32 | 52 | 34 |
| Binary | 1100110 | 1000100 | 101010 | 0 | 100001 | 111011 | 111100 | 11010 | 101010 | 11100 |
Color Harmonies of #66442A
Complementary color
Monochromatic Colors of #66442A
Black with #66442A
Text Example
Text Example
White with #66442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66442A; }
p { color: rgb(102,68,42); }
H1.HeaderClassName
{
color: #66442A;
}
.AnyTagClassName
{
color: #66442A;
}
</style>
background-color css
<style>
a { background-color: #66442A; }
a { background-color: rgb(102,68,42); }
div.DivClassName
{
background-color: #66442A;
}
.BgClassName
{
background-color: #66442A;
}
</style>
border-color css
<style>
span { border-color: #66442A; }
span { border-color: rgb(102,68,42); }
td.TdClassName
{
border-color: #66442A;
}
.TagClassName
{
border-color: #66442A;
}
</style>