Shades of Irish Coffee #663F2D
Tints of Irish Coffee #663F2D
RGB
CMYK
RGB Variations
Color information
#663F2D (or 0x663F2D) is known color: Irish Coffee. HEX triplet: 66, 3F and 2D. RGB value is (102,63,45). Sum of RGB (Red+Green+Blue) = 102+63+45=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #663F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F2D is #99C0D2. Grayscale: #484848. Windows color (decimal): -10076371 or 2965350. OLE color: 2965350.
HSL color Cylindrical-coordinate representation of color #663F2D: hue angle of 18.95º 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 #663F2D is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 45 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.6 |
| HSL | 18.95º | 0.39% | 0.29% | - |
| HSV(B) | 18.95º | 0.56% | 0.4% | - |
| XYZ | 7.73 | 6.57 | 3.34 | - |
| YUV | 72.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 45 | 0 | 0.38 | 0.56 | 0.6 | 18.95 | 0.39 | 0.29 |
| Hex | 66 | 3F | 2D | 0 | 26 | 38 | 3C | 13 | 27 | 1D |
| Octal | 146 | 77 | 55 | 0 | 46 | 70 | 74 | 23 | 47 | 35 |
| Binary | 1100110 | 111111 | 101101 | 0 | 100110 | 111000 | 111100 | 10011 | 100111 | 11101 |
Color Harmonies of #663F2D
Complementary color
Monochromatic Colors of #663F2D
Black with #663F2D
Text Example
Text Example
White with #663F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F2D; }
p { color: rgb(102,63,45); }
H1.HeaderClassName
{
color: #663F2D;
}
.AnyTagClassName
{
color: #663F2D;
}
</style>
background-color css
<style>
a { background-color: #663F2D; }
a { background-color: rgb(102,63,45); }
div.DivClassName
{
background-color: #663F2D;
}
.BgClassName
{
background-color: #663F2D;
}
</style>
border-color css
<style>
span { border-color: #663F2D; }
span { border-color: rgb(102,63,45); }
td.TdClassName
{
border-color: #663F2D;
}
.TagClassName
{
border-color: #663F2D;
}
</style>