Shades of Coffee #71664F
Tints of Coffee #71664F
RGB
CMYK
RGB Variations
Color information
#71664F (or 0x71664F) is known color: Coffee. HEX triplet: 71, 66 and 4F. RGB value is (113,102,79). Sum of RGB (Red+Green+Blue) = 113+102+79=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71664F is #8E99B0. Grayscale: #666666. Windows color (decimal): -9345457 or 5203569. OLE color: 5203569.
HSL color Cylindrical-coordinate representation of color #71664F: hue angle of 40.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71664F is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 102 | 79 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.56 |
| HSL | 40.59º | 0.18% | 0.38% | - |
| HSV(B) | 40.59º | 0.3% | 0.44% | - |
| XYZ | 12.97 | 13.58 | 9.33 | - |
| YUV | 102.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 79 | 0 | 0.10 | 0.30 | 0.56 | 40.59 | 0.18 | 0.38 |
| Hex | 71 | 66 | 4F | 0 | A | 1E | 38 | 29 | 12 | 26 |
| Octal | 161 | 146 | 117 | 0 | 12 | 36 | 70 | 51 | 22 | 46 |
| Binary | 1110001 | 1100110 | 1001111 | 0 | 1010 | 11110 | 111000 | 101001 | 10010 | 100110 |
Color Harmonies of #71664F
Complementary color
Monochromatic Colors of #71664F
Black with #71664F
Text Example
Text Example
White with #71664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71664F; }
p { color: rgb(113,102,79); }
H1.HeaderClassName
{
color: #71664F;
}
.AnyTagClassName
{
color: #71664F;
}
</style>
background-color css
<style>
a { background-color: #71664F; }
a { background-color: rgb(113,102,79); }
div.DivClassName
{
background-color: #71664F;
}
.BgClassName
{
background-color: #71664F;
}
</style>
border-color css
<style>
span { border-color: #71664F; }
span { border-color: rgb(113,102,79); }
td.TdClassName
{
border-color: #71664F;
}
.TagClassName
{
border-color: #71664F;
}
</style>