Shades of Cafe Royale #6E4828
Tints of Cafe Royale #6E4828
RGB
CMYK
RGB Variations
Color information
#6E4828 (or 0x6E4828) is known color: Cafe Royale. HEX triplet: 6E, 48 and 28. RGB value is (110,72,40). Sum of RGB (Red+Green+Blue) = 110+72+40=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4828 is #91B7D7. Grayscale: #4F4F4F. Windows color (decimal): -9549784 or 2639982. OLE color: 2639982.
HSL color Cylindrical-coordinate representation of color #6E4828: hue angle of 27.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E4828 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 40 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.57 |
| HSL | 27.43º | 0.47% | 0.29% | - |
| HSV(B) | 27.43º | 0.64% | 0.43% | - |
| XYZ | 9.13 | 8.1 | 3.09 | - |
| YUV | 79.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 40 | 0 | 0.35 | 0.64 | 0.57 | 27.43 | 0.47 | 0.29 |
| Hex | 6E | 48 | 28 | 0 | 23 | 40 | 39 | 1B | 2F | 1D |
| Octal | 156 | 110 | 50 | 0 | 43 | 100 | 71 | 33 | 57 | 35 |
| Binary | 1101110 | 1001000 | 101000 | 0 | 100011 | 1000000 | 111001 | 11011 | 101111 | 11101 |
Color Harmonies of #6E4828
Complementary color
Monochromatic Colors of #6E4828
Black with #6E4828
Text Example
Text Example
White with #6E4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4828; }
p { color: rgb(110,72,40); }
H1.HeaderClassName
{
color: #6E4828;
}
.AnyTagClassName
{
color: #6E4828;
}
</style>
background-color css
<style>
a { background-color: #6E4828; }
a { background-color: rgb(110,72,40); }
div.DivClassName
{
background-color: #6E4828;
}
.BgClassName
{
background-color: #6E4828;
}
</style>
border-color css
<style>
span { border-color: #6E4828; }
span { border-color: rgb(110,72,40); }
td.TdClassName
{
border-color: #6E4828;
}
.TagClassName
{
border-color: #6E4828;
}
</style>