Shades of Cafe Royale #6E492C
Tints of Cafe Royale #6E492C
RGB
CMYK
RGB Variations
Color information
#6E492C (or 0x6E492C) is known color: Cafe Royale. HEX triplet: 6E, 49 and 2C. RGB value is (110,73,44). Sum of RGB (Red+Green+Blue) = 110+73+44=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E492C is #91B6D3. Grayscale: #505050. Windows color (decimal): -9549524 or 2902382. OLE color: 2902382.
HSL color Cylindrical-coordinate representation of color #6E492C: hue angle of 26.36º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E492C is Cyan = 0, Magento = 0.34, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 44 | - |
| CMYK | 0 | 0.34 | 0.6 | 0.57 |
| HSL | 26.36º | 0.43% | 0.3% | - |
| HSV(B) | 26.36º | 0.6% | 0.43% | - |
| XYZ | 9.27 | 8.26 | 3.49 | - |
| YUV | 80.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 44 | 0 | 0.34 | 0.6 | 0.57 | 26.36 | 0.43 | 0.3 |
| Hex | 6E | 49 | 2C | 0 | 22 | 3C | 39 | 1A | 2B | 1E |
| Octal | 156 | 111 | 54 | 0 | 42 | 74 | 71 | 32 | 53 | 36 |
| Binary | 1101110 | 1001001 | 101100 | 0 | 100010 | 111100 | 111001 | 11010 | 101011 | 11110 |
Color Harmonies of #6E492C
Complementary color
Monochromatic Colors of #6E492C
Black with #6E492C
Text Example
Text Example
White with #6E492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E492C; }
p { color: rgb(110,73,44); }
H1.HeaderClassName
{
color: #6E492C;
}
.AnyTagClassName
{
color: #6E492C;
}
</style>
background-color css
<style>
a { background-color: #6E492C; }
a { background-color: rgb(110,73,44); }
div.DivClassName
{
background-color: #6E492C;
}
.BgClassName
{
background-color: #6E492C;
}
</style>
border-color css
<style>
span { border-color: #6E492C; }
span { border-color: rgb(110,73,44); }
td.TdClassName
{
border-color: #6E492C;
}
.TagClassName
{
border-color: #6E492C;
}
</style>