Shades of Coffee #6C675B
Tints of Coffee #6C675B
RGB
CMYK
RGB Variations
Color information
#6C675B (or 0x6C675B) is known color: Coffee. HEX triplet: 6C, 67 and 5B. RGB value is (108,103,91). Sum of RGB (Red+Green+Blue) = 108+103+91=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 108 - color contains mainly: red. Hex color #6C675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C675B is #9398A4. Grayscale: #676767. Windows color (decimal): -9672869 or 5990252. OLE color: 5990252.
HSL color Cylindrical-coordinate representation of color #6C675B: hue angle of 42.35º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C675B is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 103 | 91 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.58 |
| HSL | 42.35º | 0.09% | 0.39% | - |
| HSV(B) | 42.35º | 0.16% | 0.42% | - |
| XYZ | 12.92 | 13.64 | 11.85 | - |
| YUV | 103.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 91 | 0 | 0.05 | 0.16 | 0.58 | 42.35 | 0.09 | 0.39 |
| Hex | 6C | 67 | 5B | 0 | 5 | 10 | 3A | 2A | 9 | 27 |
| Octal | 154 | 147 | 133 | 0 | 5 | 20 | 72 | 52 | 11 | 47 |
| Binary | 1101100 | 1100111 | 1011011 | 0 | 101 | 10000 | 111010 | 101010 | 1001 | 100111 |
Color Harmonies of #6C675B
Complementary color
Monochromatic Colors of #6C675B
Black with #6C675B
Text Example
Text Example
White with #6C675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C675B; }
p { color: rgb(108,103,91); }
H1.HeaderClassName
{
color: #6C675B;
}
.AnyTagClassName
{
color: #6C675B;
}
</style>
background-color css
<style>
a { background-color: #6C675B; }
a { background-color: rgb(108,103,91); }
div.DivClassName
{
background-color: #6C675B;
}
.BgClassName
{
background-color: #6C675B;
}
</style>
border-color css
<style>
span { border-color: #6C675B; }
span { border-color: rgb(108,103,91); }
td.TdClassName
{
border-color: #6C675B;
}
.TagClassName
{
border-color: #6C675B;
}
</style>