Shades of Coffee #6B6557
Tints of Coffee #6B6557
RGB
CMYK
RGB Variations
Color information
#6B6557 (or 0x6B6557) is known color: Coffee. HEX triplet: 6B, 65 and 57. RGB value is (107,101,87). Sum of RGB (Red+Green+Blue) = 107+101+87=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6557 is #949AA8. Grayscale: #656565. Windows color (decimal): -9738921 or 5727595. OLE color: 5727595.
HSL color Cylindrical-coordinate representation of color #6B6557: hue angle of 42º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B6557 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 87 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.58 |
| HSL | 42º | 0.1% | 0.38% | - |
| HSV(B) | 42º | 0.19% | 0.42% | - |
| XYZ | 12.44 | 13.12 | 10.89 | - |
| YUV | 101.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 87 | 0 | 0.06 | 0.19 | 0.58 | 42 | 0.1 | 0.38 |
| Hex | 6B | 65 | 57 | 0 | 6 | 13 | 3A | 2A | A | 26 |
| Octal | 153 | 145 | 127 | 0 | 6 | 23 | 72 | 52 | 12 | 46 |
| Binary | 1101011 | 1100101 | 1010111 | 0 | 110 | 10011 | 111010 | 101010 | 1010 | 100110 |
Color Harmonies of #6B6557
Complementary color
Monochromatic Colors of #6B6557
Black with #6B6557
Text Example
Text Example
White with #6B6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6557; }
p { color: rgb(107,101,87); }
H1.HeaderClassName
{
color: #6B6557;
}
.AnyTagClassName
{
color: #6B6557;
}
</style>
background-color css
<style>
a { background-color: #6B6557; }
a { background-color: rgb(107,101,87); }
div.DivClassName
{
background-color: #6B6557;
}
.BgClassName
{
background-color: #6B6557;
}
</style>
border-color css
<style>
span { border-color: #6B6557; }
span { border-color: rgb(107,101,87); }
td.TdClassName
{
border-color: #6B6557;
}
.TagClassName
{
border-color: #6B6557;
}
</style>