Shades of Cafe Royale #6E4D25
Tints of Cafe Royale #6E4D25
RGB
CMYK
RGB Variations
Color information
#6E4D25 (or 0x6E4D25) is known color: Cafe Royale. HEX triplet: 6E, 4D and 25. RGB value is (110,77,37). Sum of RGB (Red+Green+Blue) = 110+77+37=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4D25 is #91B2DA. Grayscale: #525252. Windows color (decimal): -9548507 or 2444654. OLE color: 2444654.
HSL color Cylindrical-coordinate representation of color #6E4D25: hue angle of 32.88º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E4D25 is Cyan = 0, Magento = 0.3, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 77 | 37 | - |
| CMYK | 0 | 0.3 | 0.66 | 0.57 |
| HSL | 32.88º | 0.5% | 0.29% | - |
| HSV(B) | 32.88º | 0.66% | 0.43% | - |
| XYZ | 9.42 | 8.76 | 2.94 | - |
| YUV | 82.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 37 | 0 | 0.3 | 0.66 | 0.57 | 32.88 | 0.5 | 0.29 |
| Hex | 6E | 4D | 25 | 0 | 1E | 42 | 39 | 21 | 32 | 1D |
| Octal | 156 | 115 | 45 | 0 | 36 | 102 | 71 | 41 | 62 | 35 |
| Binary | 1101110 | 1001101 | 100101 | 0 | 11110 | 1000010 | 111001 | 100001 | 110010 | 11101 |
Color Harmonies of #6E4D25
Complementary color
Monochromatic Colors of #6E4D25
Black with #6E4D25
Text Example
Text Example
White with #6E4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D25; }
p { color: rgb(110,77,37); }
H1.HeaderClassName
{
color: #6E4D25;
}
.AnyTagClassName
{
color: #6E4D25;
}
</style>
background-color css
<style>
a { background-color: #6E4D25; }
a { background-color: rgb(110,77,37); }
div.DivClassName
{
background-color: #6E4D25;
}
.BgClassName
{
background-color: #6E4D25;
}
</style>
border-color css
<style>
span { border-color: #6E4D25; }
span { border-color: rgb(110,77,37); }
td.TdClassName
{
border-color: #6E4D25;
}
.TagClassName
{
border-color: #6E4D25;
}
</style>