Shades of Coffee #6E675A
Tints of Coffee #6E675A
RGB
CMYK
RGB Variations
Color information
#6E675A (or 0x6E675A) is known color: Coffee. HEX triplet: 6E, 67 and 5A. RGB value is (110,103,90). Sum of RGB (Red+Green+Blue) = 110+103+90=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E675A is #9198A5. Grayscale: #676767. Windows color (decimal): -9541798 or 5924718. OLE color: 5924718.
HSL color Cylindrical-coordinate representation of color #6E675A: hue angle of 39º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E675A is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 90 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.57 |
| HSL | 39º | 0.1% | 0.39% | - |
| HSV(B) | 39º | 0.18% | 0.43% | - |
| XYZ | 13.13 | 13.75 | 11.64 | - |
| YUV | 103.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 90 | 0 | 0.06 | 0.18 | 0.57 | 39 | 0.1 | 0.39 |
| Hex | 6E | 67 | 5A | 0 | 6 | 12 | 39 | 27 | A | 27 |
| Octal | 156 | 147 | 132 | 0 | 6 | 22 | 71 | 47 | 12 | 47 |
| Binary | 1101110 | 1100111 | 1011010 | 0 | 110 | 10010 | 111001 | 100111 | 1010 | 100111 |
Color Harmonies of #6E675A
Complementary color
Monochromatic Colors of #6E675A
Black with #6E675A
Text Example
Text Example
White with #6E675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E675A; }
p { color: rgb(110,103,90); }
H1.HeaderClassName
{
color: #6E675A;
}
.AnyTagClassName
{
color: #6E675A;
}
</style>
background-color css
<style>
a { background-color: #6E675A; }
a { background-color: rgb(110,103,90); }
div.DivClassName
{
background-color: #6E675A;
}
.BgClassName
{
background-color: #6E675A;
}
</style>
border-color css
<style>
span { border-color: #6E675A; }
span { border-color: rgb(110,103,90); }
td.TdClassName
{
border-color: #6E675A;
}
.TagClassName
{
border-color: #6E675A;
}
</style>