Shades of Cafe Royale #6E4F2D
Tints of Cafe Royale #6E4F2D
RGB
CMYK
RGB Variations
Color information
#6E4F2D (or 0x6E4F2D) is known color: Cafe Royale. HEX triplet: 6E, 4F and 2D. RGB value is (110,79,45). Sum of RGB (Red+Green+Blue) = 110+79+45=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4F2D is #91B0D2. Grayscale: #545454. Windows color (decimal): -9547987 or 2969454. OLE color: 2969454.
HSL color Cylindrical-coordinate representation of color #6E4F2D: hue angle of 31.38º 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 #6E4F2D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 79 | 45 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.57 |
| HSL | 31.38º | 0.42% | 0.3% | - |
| HSV(B) | 31.38º | 0.59% | 0.43% | - |
| XYZ | 9.7 | 9.1 | 3.73 | - |
| YUV | 84.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 45 | 0 | 0.28 | 0.59 | 0.57 | 31.38 | 0.42 | 0.3 |
| Hex | 6E | 4F | 2D | 0 | 1C | 3B | 39 | 1F | 2A | 1E |
| Octal | 156 | 117 | 55 | 0 | 34 | 73 | 71 | 37 | 52 | 36 |
| Binary | 1101110 | 1001111 | 101101 | 0 | 11100 | 111011 | 111001 | 11111 | 101010 | 11110 |
Color Harmonies of #6E4F2D
Complementary color
Monochromatic Colors of #6E4F2D
Black with #6E4F2D
Text Example
Text Example
White with #6E4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4F2D; }
p { color: rgb(110,79,45); }
H1.HeaderClassName
{
color: #6E4F2D;
}
.AnyTagClassName
{
color: #6E4F2D;
}
</style>
background-color css
<style>
a { background-color: #6E4F2D; }
a { background-color: rgb(110,79,45); }
div.DivClassName
{
background-color: #6E4F2D;
}
.BgClassName
{
background-color: #6E4F2D;
}
</style>
border-color css
<style>
span { border-color: #6E4F2D; }
span { border-color: rgb(110,79,45); }
td.TdClassName
{
border-color: #6E4F2D;
}
.TagClassName
{
border-color: #6E4F2D;
}
</style>