Shades of Irish Coffee #66452E
Tints of Irish Coffee #66452E
RGB
CMYK
RGB Variations
Color information
#66452E (or 0x66452E) is known color: Irish Coffee. HEX triplet: 66, 45 and 2E. RGB value is (102,69,46). Sum of RGB (Red+Green+Blue) = 102+69+46=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66452E is #99BAD1. Grayscale: #4C4C4C. Windows color (decimal): -10074834 or 3032422. OLE color: 3032422.
HSL color Cylindrical-coordinate representation of color #66452E: hue angle of 24.64º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66452E is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 46 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.6 |
| HSL | 24.64º | 0.38% | 0.29% | - |
| HSV(B) | 24.64º | 0.55% | 0.4% | - |
| XYZ | 8.1 | 7.28 | 3.56 | - |
| YUV | 76.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 46 | 0 | 0.32 | 0.55 | 0.6 | 24.64 | 0.38 | 0.29 |
| Hex | 66 | 45 | 2E | 0 | 20 | 37 | 3C | 19 | 26 | 1D |
| Octal | 146 | 105 | 56 | 0 | 40 | 67 | 74 | 31 | 46 | 35 |
| Binary | 1100110 | 1000101 | 101110 | 0 | 100000 | 110111 | 111100 | 11001 | 100110 | 11101 |
Color Harmonies of #66452E
Complementary color
Monochromatic Colors of #66452E
Black with #66452E
Text Example
Text Example
White with #66452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66452E; }
p { color: rgb(102,69,46); }
H1.HeaderClassName
{
color: #66452E;
}
.AnyTagClassName
{
color: #66452E;
}
</style>
background-color css
<style>
a { background-color: #66452E; }
a { background-color: rgb(102,69,46); }
div.DivClassName
{
background-color: #66452E;
}
.BgClassName
{
background-color: #66452E;
}
</style>
border-color css
<style>
span { border-color: #66452E; }
span { border-color: rgb(102,69,46); }
td.TdClassName
{
border-color: #66452E;
}
.TagClassName
{
border-color: #66452E;
}
</style>