Shades of Coffee #6A6353
Tints of Coffee #6A6353
RGB
CMYK
RGB Variations
Color information
#6A6353 (or 0x6A6353) is known color: Coffee. HEX triplet: 6A, 63 and 53. RGB value is (106,99,83). Sum of RGB (Red+Green+Blue) = 106+99+83=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6353 is #959CAC. Grayscale: #636363. Windows color (decimal): -9804973 or 5464938. OLE color: 5464938.
HSL color Cylindrical-coordinate representation of color #6A6353: hue angle of 41.74º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A6353 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 99 | 83 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.58 |
| HSL | 41.74º | 0.12% | 0.37% | - |
| HSV(B) | 41.74º | 0.22% | 0.42% | - |
| XYZ | 11.97 | 12.61 | 9.99 | - |
| YUV | 99.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 83 | 0 | 0.07 | 0.22 | 0.58 | 41.74 | 0.12 | 0.37 |
| Hex | 6A | 63 | 53 | 0 | 7 | 16 | 3A | 2A | C | 25 |
| Octal | 152 | 143 | 123 | 0 | 7 | 26 | 72 | 52 | 14 | 45 |
| Binary | 1101010 | 1100011 | 1010011 | 0 | 111 | 10110 | 111010 | 101010 | 1100 | 100101 |
Color Harmonies of #6A6353
Complementary color
Monochromatic Colors of #6A6353
Black with #6A6353
Text Example
Text Example
White with #6A6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6353; }
p { color: rgb(106,99,83); }
H1.HeaderClassName
{
color: #6A6353;
}
.AnyTagClassName
{
color: #6A6353;
}
</style>
background-color css
<style>
a { background-color: #6A6353; }
a { background-color: rgb(106,99,83); }
div.DivClassName
{
background-color: #6A6353;
}
.BgClassName
{
background-color: #6A6353;
}
</style>
border-color css
<style>
span { border-color: #6A6353; }
span { border-color: rgb(106,99,83); }
td.TdClassName
{
border-color: #6A6353;
}
.TagClassName
{
border-color: #6A6353;
}
</style>