Shades of Coffee #6B665C
Tints of Coffee #6B665C
RGB
CMYK
RGB Variations
Color information
#6B665C (or 0x6B665C) is known color: Coffee. HEX triplet: 6B, 66 and 5C. RGB value is (107,102,92). Sum of RGB (Red+Green+Blue) = 107+102+92=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B665C is #9499A3. Grayscale: #666666. Windows color (decimal): -9738660 or 6055531. OLE color: 6055531.
HSL color Cylindrical-coordinate representation of color #6B665C: hue angle of 40º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B665C is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 92 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.58 |
| HSL | 40º | 0.08% | 0.39% | - |
| HSV(B) | 40º | 0.14% | 0.42% | - |
| XYZ | 12.75 | 13.4 | 12.04 | - |
| YUV | 102.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 92 | 0 | 0.05 | 0.14 | 0.58 | 40 | 0.08 | 0.39 |
| Hex | 6B | 66 | 5C | 0 | 5 | E | 3A | 28 | 8 | 27 |
| Octal | 153 | 146 | 134 | 0 | 5 | 16 | 72 | 50 | 10 | 47 |
| Binary | 1101011 | 1100110 | 1011100 | 0 | 101 | 1110 | 111010 | 101000 | 1000 | 100111 |
Color Harmonies of #6B665C
Complementary color
Monochromatic Colors of #6B665C
Black with #6B665C
Text Example
Text Example
White with #6B665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B665C; }
p { color: rgb(107,102,92); }
H1.HeaderClassName
{
color: #6B665C;
}
.AnyTagClassName
{
color: #6B665C;
}
</style>
background-color css
<style>
a { background-color: #6B665C; }
a { background-color: rgb(107,102,92); }
div.DivClassName
{
background-color: #6B665C;
}
.BgClassName
{
background-color: #6B665C;
}
</style>
border-color css
<style>
span { border-color: #6B665C; }
span { border-color: rgb(107,102,92); }
td.TdClassName
{
border-color: #6B665C;
}
.TagClassName
{
border-color: #6B665C;
}
</style>