Shades of Coffee #6F6450
Tints of Coffee #6F6450
RGB
CMYK
RGB Variations
Color information
#6F6450 (or 0x6F6450) is known color: Coffee. HEX triplet: 6F, 64 and 50. RGB value is (111,100,80). Sum of RGB (Red+Green+Blue) = 111+100+80=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6450 is #909BAF. Grayscale: #656565. Windows color (decimal): -9477040 or 5268591. OLE color: 5268591.
HSL color Cylindrical-coordinate representation of color #6F6450: hue angle of 38.71º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F6450 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 80 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.56 |
| HSL | 38.71º | 0.16% | 0.37% | - |
| HSV(B) | 38.71º | 0.28% | 0.44% | - |
| XYZ | 12.56 | 13.07 | 9.45 | - |
| YUV | 101.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 80 | 0 | 0.10 | 0.28 | 0.56 | 38.71 | 0.16 | 0.37 |
| Hex | 6F | 64 | 50 | 0 | A | 1C | 38 | 27 | 10 | 25 |
| Octal | 157 | 144 | 120 | 0 | 12 | 34 | 70 | 47 | 20 | 45 |
| Binary | 1101111 | 1100100 | 1010000 | 0 | 1010 | 11100 | 111000 | 100111 | 10000 | 100101 |
Color Harmonies of #6F6450
Complementary color
Monochromatic Colors of #6F6450
Black with #6F6450
Text Example
Text Example
White with #6F6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6450; }
p { color: rgb(111,100,80); }
H1.HeaderClassName
{
color: #6F6450;
}
.AnyTagClassName
{
color: #6F6450;
}
</style>
background-color css
<style>
a { background-color: #6F6450; }
a { background-color: rgb(111,100,80); }
div.DivClassName
{
background-color: #6F6450;
}
.BgClassName
{
background-color: #6F6450;
}
</style>
border-color css
<style>
span { border-color: #6F6450; }
span { border-color: rgb(111,100,80); }
td.TdClassName
{
border-color: #6F6450;
}
.TagClassName
{
border-color: #6F6450;
}
</style>