Shades of Cafe Royale #6F4929
Tints of Cafe Royale #6F4929
RGB
CMYK
RGB Variations
Color information
#6F4929 (or 0x6F4929) is known color: Cafe Royale. HEX triplet: 6F, 49 and 29. RGB value is (111,73,41). Sum of RGB (Red+Green+Blue) = 111+73+41=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4929 is #90B6D6. Grayscale: #505050. Windows color (decimal): -9483991 or 2705775. OLE color: 2705775.
HSL color Cylindrical-coordinate representation of color #6F4929: hue angle of 27.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F4929 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 41 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.56 |
| HSL | 27.43º | 0.46% | 0.3% | - |
| HSV(B) | 27.43º | 0.63% | 0.44% | - |
| XYZ | 9.34 | 8.3 | 3.21 | - |
| YUV | 80.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 41 | 0 | 0.34 | 0.63 | 0.56 | 27.43 | 0.46 | 0.3 |
| Hex | 6F | 49 | 29 | 0 | 22 | 3F | 38 | 1B | 2E | 1E |
| Octal | 157 | 111 | 51 | 0 | 42 | 77 | 70 | 33 | 56 | 36 |
| Binary | 1101111 | 1001001 | 101001 | 0 | 100010 | 111111 | 111000 | 11011 | 101110 | 11110 |
Color Harmonies of #6F4929
Complementary color
Monochromatic Colors of #6F4929
Black with #6F4929
Text Example
Text Example
White with #6F4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4929; }
p { color: rgb(111,73,41); }
H1.HeaderClassName
{
color: #6F4929;
}
.AnyTagClassName
{
color: #6F4929;
}
</style>
background-color css
<style>
a { background-color: #6F4929; }
a { background-color: rgb(111,73,41); }
div.DivClassName
{
background-color: #6F4929;
}
.BgClassName
{
background-color: #6F4929;
}
</style>
border-color css
<style>
span { border-color: #6F4929; }
span { border-color: rgb(111,73,41); }
td.TdClassName
{
border-color: #6F4929;
}
.TagClassName
{
border-color: #6F4929;
}
</style>