Shades of Cafe Royale #6F4E27
Tints of Cafe Royale #6F4E27
RGB
CMYK
RGB Variations
Color information
#6F4E27 (or 0x6F4E27) is known color: Cafe Royale. HEX triplet: 6F, 4E and 27. RGB value is (111,78,39). Sum of RGB (Red+Green+Blue) = 111+78+39=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E27 is #90B1D8. Grayscale: #535353. Windows color (decimal): -9482713 or 2575983. OLE color: 2575983.
HSL color Cylindrical-coordinate representation of color #6F4E27: hue angle of 32.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F4E27 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 39 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.56 |
| HSL | 32.5º | 0.48% | 0.29% | - |
| HSV(B) | 32.5º | 0.65% | 0.44% | - |
| XYZ | 9.65 | 8.97 | 3.14 | - |
| YUV | 83.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 39 | 0 | 0.30 | 0.65 | 0.56 | 32.5 | 0.48 | 0.29 |
| Hex | 6F | 4E | 27 | 0 | 1E | 41 | 38 | 20 | 30 | 1D |
| Octal | 157 | 116 | 47 | 0 | 36 | 101 | 70 | 40 | 60 | 35 |
| Binary | 1101111 | 1001110 | 100111 | 0 | 11110 | 1000001 | 111000 | 100000 | 110000 | 11101 |
Color Harmonies of #6F4E27
Complementary color
Monochromatic Colors of #6F4E27
Black with #6F4E27
Text Example
Text Example
White with #6F4E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E27; }
p { color: rgb(111,78,39); }
H1.HeaderClassName
{
color: #6F4E27;
}
.AnyTagClassName
{
color: #6F4E27;
}
</style>
background-color css
<style>
a { background-color: #6F4E27; }
a { background-color: rgb(111,78,39); }
div.DivClassName
{
background-color: #6F4E27;
}
.BgClassName
{
background-color: #6F4E27;
}
</style>
border-color css
<style>
span { border-color: #6F4E27; }
span { border-color: rgb(111,78,39); }
td.TdClassName
{
border-color: #6F4E27;
}
.TagClassName
{
border-color: #6F4E27;
}
</style>