Shades of Cafe Royale #6D4F2D
Tints of Cafe Royale #6D4F2D
RGB
CMYK
RGB Variations
Color information
#6D4F2D (or 0x6D4F2D) is known color: Cafe Royale. HEX triplet: 6D, 4F and 2D. RGB value is (109,79,45). Sum of RGB (Red+Green+Blue) = 109+79+45=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F2D is #92B0D2. Grayscale: #545454. Windows color (decimal): -9613523 or 2969453. OLE color: 2969453.
HSL color Cylindrical-coordinate representation of color #6D4F2D: hue angle of 31.88º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D4F2D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 45 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.57 |
| HSL | 31.88º | 0.42% | 0.3% | - |
| HSV(B) | 31.88º | 0.59% | 0.43% | - |
| XYZ | 9.58 | 9.03 | 3.72 | - |
| YUV | 84.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 45 | 0 | 0.28 | 0.59 | 0.57 | 31.88 | 0.42 | 0.3 |
| Hex | 6D | 4F | 2D | 0 | 1C | 3B | 39 | 20 | 2A | 1E |
| Octal | 155 | 117 | 55 | 0 | 34 | 73 | 71 | 40 | 52 | 36 |
| Binary | 1101101 | 1001111 | 101101 | 0 | 11100 | 111011 | 111001 | 100000 | 101010 | 11110 |
Color Harmonies of #6D4F2D
Complementary color
Monochromatic Colors of #6D4F2D
Black with #6D4F2D
Text Example
Text Example
White with #6D4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F2D; }
p { color: rgb(109,79,45); }
H1.HeaderClassName
{
color: #6D4F2D;
}
.AnyTagClassName
{
color: #6D4F2D;
}
</style>
background-color css
<style>
a { background-color: #6D4F2D; }
a { background-color: rgb(109,79,45); }
div.DivClassName
{
background-color: #6D4F2D;
}
.BgClassName
{
background-color: #6D4F2D;
}
</style>
border-color css
<style>
span { border-color: #6D4F2D; }
span { border-color: rgb(109,79,45); }
td.TdClassName
{
border-color: #6D4F2D;
}
.TagClassName
{
border-color: #6D4F2D;
}
</style>