Shades of Coffee #6B6452
Tints of Coffee #6B6452
RGB
CMYK
RGB Variations
Color information
#6B6452 (or 0x6B6452) is known color: Coffee. HEX triplet: 6B, 64 and 52. RGB value is (107,100,82). Sum of RGB (Red+Green+Blue) = 107+100+82=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6452 is #949BAD. Grayscale: #646464. Windows color (decimal): -9739182 or 5399659. OLE color: 5399659.
HSL color Cylindrical-coordinate representation of color #6B6452: hue angle of 43.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B6452 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 100 | 82 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.58 |
| HSL | 43.2º | 0.13% | 0.37% | - |
| HSV(B) | 43.2º | 0.23% | 0.42% | - |
| XYZ | 12.14 | 12.85 | 9.82 | - |
| YUV | 100.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 82 | 0 | 0.07 | 0.23 | 0.58 | 43.2 | 0.13 | 0.37 |
| Hex | 6B | 64 | 52 | 0 | 7 | 17 | 3A | 2B | D | 25 |
| Octal | 153 | 144 | 122 | 0 | 7 | 27 | 72 | 53 | 15 | 45 |
| Binary | 1101011 | 1100100 | 1010010 | 0 | 111 | 10111 | 111010 | 101011 | 1101 | 100101 |
Color Harmonies of #6B6452
Complementary color
Monochromatic Colors of #6B6452
Black with #6B6452
Text Example
Text Example
White with #6B6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6452; }
p { color: rgb(107,100,82); }
H1.HeaderClassName
{
color: #6B6452;
}
.AnyTagClassName
{
color: #6B6452;
}
</style>
background-color css
<style>
a { background-color: #6B6452; }
a { background-color: rgb(107,100,82); }
div.DivClassName
{
background-color: #6B6452;
}
.BgClassName
{
background-color: #6B6452;
}
</style>
border-color css
<style>
span { border-color: #6B6452; }
span { border-color: rgb(107,100,82); }
td.TdClassName
{
border-color: #6B6452;
}
.TagClassName
{
border-color: #6B6452;
}
</style>