Shades of Cafe Royale #6F4D2E
Tints of Cafe Royale #6F4D2E
RGB
CMYK
RGB Variations
Color information
#6F4D2E (or 0x6F4D2E) is known color: Cafe Royale. HEX triplet: 6F, 4D and 2E. RGB value is (111,77,46). Sum of RGB (Red+Green+Blue) = 111+77+46=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D2E is #90B2D1. Grayscale: #535353. Windows color (decimal): -9482962 or 3034479. OLE color: 3034479.
HSL color Cylindrical-coordinate representation of color #6F4D2E: hue angle of 28.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F4D2E is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 46 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.56 |
| HSL | 28.62º | 0.41% | 0.31% | - |
| HSV(B) | 28.62º | 0.59% | 0.44% | - |
| XYZ | 9.7 | 8.88 | 3.79 | - |
| YUV | 83.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 46 | 0 | 0.31 | 0.59 | 0.56 | 28.62 | 0.41 | 0.31 |
| Hex | 6F | 4D | 2E | 0 | 1F | 3B | 38 | 1D | 29 | 1F |
| Octal | 157 | 115 | 56 | 0 | 37 | 73 | 70 | 35 | 51 | 37 |
| Binary | 1101111 | 1001101 | 101110 | 0 | 11111 | 111011 | 111000 | 11101 | 101001 | 11111 |
Color Harmonies of #6F4D2E
Complementary color
Monochromatic Colors of #6F4D2E
Black with #6F4D2E
Text Example
Text Example
White with #6F4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D2E; }
p { color: rgb(111,77,46); }
H1.HeaderClassName
{
color: #6F4D2E;
}
.AnyTagClassName
{
color: #6F4D2E;
}
</style>
background-color css
<style>
a { background-color: #6F4D2E; }
a { background-color: rgb(111,77,46); }
div.DivClassName
{
background-color: #6F4D2E;
}
.BgClassName
{
background-color: #6F4D2E;
}
</style>
border-color css
<style>
span { border-color: #6F4D2E; }
span { border-color: rgb(111,77,46); }
td.TdClassName
{
border-color: #6F4D2E;
}
.TagClassName
{
border-color: #6F4D2E;
}
</style>