Shades of Irish Coffee #663F2B
Tints of Irish Coffee #663F2B
RGB
CMYK
RGB Variations
Color information
#663F2B (or 0x663F2B) is known color: Irish Coffee. HEX triplet: 66, 3F and 2B. RGB value is (102,63,43). Sum of RGB (Red+Green+Blue) = 102+63+43=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #663F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F2B is #99C0D4. Grayscale: #484848. Windows color (decimal): -10076373 or 2834278. OLE color: 2834278.
HSL color Cylindrical-coordinate representation of color #663F2B: hue angle of 20.34º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663F2B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 43 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.6 |
| HSL | 20.34º | 0.41% | 0.28% | - |
| HSV(B) | 20.34º | 0.58% | 0.4% | - |
| XYZ | 7.69 | 6.55 | 3.15 | - |
| YUV | 72.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 43 | 0 | 0.38 | 0.58 | 0.6 | 20.34 | 0.41 | 0.28 |
| Hex | 66 | 3F | 2B | 0 | 26 | 3A | 3C | 14 | 29 | 1C |
| Octal | 146 | 77 | 53 | 0 | 46 | 72 | 74 | 24 | 51 | 34 |
| Binary | 1100110 | 111111 | 101011 | 0 | 100110 | 111010 | 111100 | 10100 | 101001 | 11100 |
Color Harmonies of #663F2B
Complementary color
Monochromatic Colors of #663F2B
Black with #663F2B
Text Example
Text Example
White with #663F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F2B; }
p { color: rgb(102,63,43); }
H1.HeaderClassName
{
color: #663F2B;
}
.AnyTagClassName
{
color: #663F2B;
}
</style>
background-color css
<style>
a { background-color: #663F2B; }
a { background-color: rgb(102,63,43); }
div.DivClassName
{
background-color: #663F2B;
}
.BgClassName
{
background-color: #663F2B;
}
</style>
border-color css
<style>
span { border-color: #663F2B; }
span { border-color: rgb(102,63,43); }
td.TdClassName
{
border-color: #663F2B;
}
.TagClassName
{
border-color: #663F2B;
}
</style>