Shades of Coffee #6A655B
Tints of Coffee #6A655B
RGB
CMYK
RGB Variations
Color information
#6A655B (or 0x6A655B) is known color: Coffee. HEX triplet: 6A, 65 and 5B. RGB value is (106,101,91). Sum of RGB (Red+Green+Blue) = 106+101+91=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A655B is #959AA4. Grayscale: #656565. Windows color (decimal): -9804453 or 5989738. OLE color: 5989738.
HSL color Cylindrical-coordinate representation of color #6A655B: 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 #6A655B is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 91 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.58 |
| HSL | 40º | 0.08% | 0.39% | - |
| HSV(B) | 40º | 0.14% | 0.42% | - |
| XYZ | 12.49 | 13.13 | 11.77 | - |
| YUV | 101.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 91 | 0 | 0.05 | 0.14 | 0.58 | 40 | 0.08 | 0.39 |
| Hex | 6A | 65 | 5B | 0 | 5 | E | 3A | 28 | 8 | 27 |
| Octal | 152 | 145 | 133 | 0 | 5 | 16 | 72 | 50 | 10 | 47 |
| Binary | 1101010 | 1100101 | 1011011 | 0 | 101 | 1110 | 111010 | 101000 | 1000 | 100111 |
Color Harmonies of #6A655B
Complementary color
Monochromatic Colors of #6A655B
Black with #6A655B
Text Example
Text Example
White with #6A655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A655B; }
p { color: rgb(106,101,91); }
H1.HeaderClassName
{
color: #6A655B;
}
.AnyTagClassName
{
color: #6A655B;
}
</style>
background-color css
<style>
a { background-color: #6A655B; }
a { background-color: rgb(106,101,91); }
div.DivClassName
{
background-color: #6A655B;
}
.BgClassName
{
background-color: #6A655B;
}
</style>
border-color css
<style>
span { border-color: #6A655B; }
span { border-color: rgb(106,101,91); }
td.TdClassName
{
border-color: #6A655B;
}
.TagClassName
{
border-color: #6A655B;
}
</style>