Shades of Irish Coffee #66462D
Tints of Irish Coffee #66462D
RGB
CMYK
RGB Variations
Color information
#66462D (or 0x66462D) is known color: Irish Coffee. HEX triplet: 66, 46 and 2D. RGB value is (102,70,45). Sum of RGB (Red+Green+Blue) = 102+70+45=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66462D is #99B9D2. Grayscale: #4C4C4C. Windows color (decimal): -10074579 or 2967142. OLE color: 2967142.
HSL color Cylindrical-coordinate representation of color #66462D: hue angle of 26.32º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66462D is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 45 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.6 |
| HSL | 26.32º | 0.39% | 0.29% | - |
| HSV(B) | 26.32º | 0.56% | 0.4% | - |
| XYZ | 8.14 | 7.39 | 3.48 | - |
| YUV | 76.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 45 | 0 | 0.31 | 0.56 | 0.6 | 26.32 | 0.39 | 0.29 |
| Hex | 66 | 46 | 2D | 0 | 1F | 38 | 3C | 1A | 27 | 1D |
| Octal | 146 | 106 | 55 | 0 | 37 | 70 | 74 | 32 | 47 | 35 |
| Binary | 1100110 | 1000110 | 101101 | 0 | 11111 | 111000 | 111100 | 11010 | 100111 | 11101 |
Color Harmonies of #66462D
Complementary color
Monochromatic Colors of #66462D
Black with #66462D
Text Example
Text Example
White with #66462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66462D; }
p { color: rgb(102,70,45); }
H1.HeaderClassName
{
color: #66462D;
}
.AnyTagClassName
{
color: #66462D;
}
</style>
background-color css
<style>
a { background-color: #66462D; }
a { background-color: rgb(102,70,45); }
div.DivClassName
{
background-color: #66462D;
}
.BgClassName
{
background-color: #66462D;
}
</style>
border-color css
<style>
span { border-color: #66462D; }
span { border-color: rgb(102,70,45); }
td.TdClassName
{
border-color: #66462D;
}
.TagClassName
{
border-color: #66462D;
}
</style>