Shades of Cafe Royale #6F4827
Tints of Cafe Royale #6F4827
RGB
CMYK
RGB Variations
Color information
#6F4827 (or 0x6F4827) is known color: Cafe Royale. HEX triplet: 6F, 48 and 27. RGB value is (111,72,39). Sum of RGB (Red+Green+Blue) = 111+72+39=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4827 is #90B7D8. Grayscale: #505050. Windows color (decimal): -9484249 or 2574447. OLE color: 2574447.
HSL color Cylindrical-coordinate representation of color #6F4827: hue angle of 27.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 #6F4827 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 39 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.56 |
| HSL | 27.5º | 0.48% | 0.29% | - |
| HSV(B) | 27.5º | 0.65% | 0.44% | - |
| XYZ | 9.24 | 8.16 | 3.01 | - |
| YUV | 79.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 39 | 0 | 0.35 | 0.65 | 0.56 | 27.5 | 0.48 | 0.29 |
| Hex | 6F | 48 | 27 | 0 | 23 | 41 | 38 | 1C | 30 | 1D |
| Octal | 157 | 110 | 47 | 0 | 43 | 101 | 70 | 34 | 60 | 35 |
| Binary | 1101111 | 1001000 | 100111 | 0 | 100011 | 1000001 | 111000 | 11100 | 110000 | 11101 |
Color Harmonies of #6F4827
Complementary color
Monochromatic Colors of #6F4827
Black with #6F4827
Text Example
Text Example
White with #6F4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4827; }
p { color: rgb(111,72,39); }
H1.HeaderClassName
{
color: #6F4827;
}
.AnyTagClassName
{
color: #6F4827;
}
</style>
background-color css
<style>
a { background-color: #6F4827; }
a { background-color: rgb(111,72,39); }
div.DivClassName
{
background-color: #6F4827;
}
.BgClassName
{
background-color: #6F4827;
}
</style>
border-color css
<style>
span { border-color: #6F4827; }
span { border-color: rgb(111,72,39); }
td.TdClassName
{
border-color: #6F4827;
}
.TagClassName
{
border-color: #6F4827;
}
</style>