Shades of Coffee #71695B
Tints of Coffee #71695B
RGB
CMYK
RGB Variations
Color information
#71695B (or 0x71695B) is known color: Coffee. HEX triplet: 71, 69 and 5B. RGB value is (113,105,91). Sum of RGB (Red+Green+Blue) = 113+105+91=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #71695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71695B is #8E96A4. Grayscale: #696969. Windows color (decimal): -9344677 or 5990769. OLE color: 5990769.
HSL color Cylindrical-coordinate representation of color #71695B: hue angle of 38.18º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71695B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 91 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.56 |
| HSL | 38.18º | 0.11% | 0.4% | - |
| HSV(B) | 38.18º | 0.19% | 0.44% | - |
| XYZ | 13.75 | 14.37 | 11.95 | - |
| YUV | 105.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 91 | 0 | 0.07 | 0.19 | 0.56 | 38.18 | 0.11 | 0.4 |
| Hex | 71 | 69 | 5B | 0 | 7 | 13 | 38 | 26 | B | 28 |
| Octal | 161 | 151 | 133 | 0 | 7 | 23 | 70 | 46 | 13 | 50 |
| Binary | 1110001 | 1101001 | 1011011 | 0 | 111 | 10011 | 111000 | 100110 | 1011 | 101000 |
Color Harmonies of #71695B
Complementary color
Monochromatic Colors of #71695B
Black with #71695B
Text Example
Text Example
White with #71695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71695B; }
p { color: rgb(113,105,91); }
H1.HeaderClassName
{
color: #71695B;
}
.AnyTagClassName
{
color: #71695B;
}
</style>
background-color css
<style>
a { background-color: #71695B; }
a { background-color: rgb(113,105,91); }
div.DivClassName
{
background-color: #71695B;
}
.BgClassName
{
background-color: #71695B;
}
</style>
border-color css
<style>
span { border-color: #71695B; }
span { border-color: rgb(113,105,91); }
td.TdClassName
{
border-color: #71695B;
}
.TagClassName
{
border-color: #71695B;
}
</style>