Shades of Cafe Royale #6E4C27
Tints of Cafe Royale #6E4C27
RGB
CMYK
RGB Variations
Color information
#6E4C27 (or 0x6E4C27) is known color: Cafe Royale. HEX triplet: 6E, 4C and 27. RGB value is (110,76,39). Sum of RGB (Red+Green+Blue) = 110+76+39=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4C27 is #91B3D8. Grayscale: #525252. Windows color (decimal): -9548761 or 2575470. OLE color: 2575470.
HSL color Cylindrical-coordinate representation of color #6E4C27: hue angle of 31.27º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E4C27 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 76 | 39 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.57 |
| HSL | 31.27º | 0.48% | 0.29% | - |
| HSV(B) | 31.27º | 0.65% | 0.43% | - |
| XYZ | 9.38 | 8.63 | 3.09 | - |
| YUV | 81.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 76 | 39 | 0 | 0.31 | 0.65 | 0.57 | 31.27 | 0.48 | 0.29 |
| Hex | 6E | 4C | 27 | 0 | 1F | 41 | 39 | 1F | 30 | 1D |
| Octal | 156 | 114 | 47 | 0 | 37 | 101 | 71 | 37 | 60 | 35 |
| Binary | 1101110 | 1001100 | 100111 | 0 | 11111 | 1000001 | 111001 | 11111 | 110000 | 11101 |
Color Harmonies of #6E4C27
Complementary color
Monochromatic Colors of #6E4C27
Black with #6E4C27
Text Example
Text Example
White with #6E4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4C27; }
p { color: rgb(110,76,39); }
H1.HeaderClassName
{
color: #6E4C27;
}
.AnyTagClassName
{
color: #6E4C27;
}
</style>
background-color css
<style>
a { background-color: #6E4C27; }
a { background-color: rgb(110,76,39); }
div.DivClassName
{
background-color: #6E4C27;
}
.BgClassName
{
background-color: #6E4C27;
}
</style>
border-color css
<style>
span { border-color: #6E4C27; }
span { border-color: rgb(110,76,39); }
td.TdClassName
{
border-color: #6E4C27;
}
.TagClassName
{
border-color: #6E4C27;
}
</style>