Shades of Coffee #6B655A
Tints of Coffee #6B655A
RGB
CMYK
RGB Variations
Color information
#6B655A (or 0x6B655A) is known color: Coffee. HEX triplet: 6B, 65 and 5A. RGB value is (107,101,90). Sum of RGB (Red+Green+Blue) = 107+101+90=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B655A is #949AA5. Grayscale: #656565. Windows color (decimal): -9738918 or 5924203. OLE color: 5924203.
HSL color Cylindrical-coordinate representation of color #6B655A: hue angle of 38.82º 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 #6B655A is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 90 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.58 |
| HSL | 38.82º | 0.09% | 0.39% | - |
| HSV(B) | 38.82º | 0.16% | 0.42% | - |
| XYZ | 12.56 | 13.17 | 11.55 | - |
| YUV | 101.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 90 | 0 | 0.06 | 0.16 | 0.58 | 38.82 | 0.09 | 0.39 |
| Hex | 6B | 65 | 5A | 0 | 6 | 10 | 3A | 27 | 9 | 27 |
| Octal | 153 | 145 | 132 | 0 | 6 | 20 | 72 | 47 | 11 | 47 |
| Binary | 1101011 | 1100101 | 1011010 | 0 | 110 | 10000 | 111010 | 100111 | 1001 | 100111 |
Color Harmonies of #6B655A
Complementary color
Monochromatic Colors of #6B655A
Black with #6B655A
Text Example
Text Example
White with #6B655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B655A; }
p { color: rgb(107,101,90); }
H1.HeaderClassName
{
color: #6B655A;
}
.AnyTagClassName
{
color: #6B655A;
}
</style>
background-color css
<style>
a { background-color: #6B655A; }
a { background-color: rgb(107,101,90); }
div.DivClassName
{
background-color: #6B655A;
}
.BgClassName
{
background-color: #6B655A;
}
</style>
border-color css
<style>
span { border-color: #6B655A; }
span { border-color: rgb(107,101,90); }
td.TdClassName
{
border-color: #6B655A;
}
.TagClassName
{
border-color: #6B655A;
}
</style>