Shades of Cafe Royale #6F4E2F
Tints of Cafe Royale #6F4E2F
RGB
CMYK
RGB Variations
Color information
#6F4E2F (or 0x6F4E2F) is known color: Cafe Royale. HEX triplet: 6F, 4E and 2F. RGB value is (111,78,47). Sum of RGB (Red+Green+Blue) = 111+78+47=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E2F is #90B1D0. Grayscale: #545454. Windows color (decimal): -9482705 or 3100271. OLE color: 3100271.
HSL color Cylindrical-coordinate representation of color #6F4E2F: hue angle of 29.06º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F4E2F is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 47 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.56 |
| HSL | 29.06º | 0.41% | 0.31% | - |
| HSV(B) | 29.06º | 0.58% | 0.44% | - |
| XYZ | 9.79 | 9.03 | 3.92 | - |
| YUV | 84.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 47 | 0 | 0.30 | 0.58 | 0.56 | 29.06 | 0.41 | 0.31 |
| Hex | 6F | 4E | 2F | 0 | 1E | 3A | 38 | 1D | 29 | 1F |
| Octal | 157 | 116 | 57 | 0 | 36 | 72 | 70 | 35 | 51 | 37 |
| Binary | 1101111 | 1001110 | 101111 | 0 | 11110 | 111010 | 111000 | 11101 | 101001 | 11111 |
Color Harmonies of #6F4E2F
Complementary color
Monochromatic Colors of #6F4E2F
Black with #6F4E2F
Text Example
Text Example
White with #6F4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E2F; }
p { color: rgb(111,78,47); }
H1.HeaderClassName
{
color: #6F4E2F;
}
.AnyTagClassName
{
color: #6F4E2F;
}
</style>
background-color css
<style>
a { background-color: #6F4E2F; }
a { background-color: rgb(111,78,47); }
div.DivClassName
{
background-color: #6F4E2F;
}
.BgClassName
{
background-color: #6F4E2F;
}
</style>
border-color css
<style>
span { border-color: #6F4E2F; }
span { border-color: rgb(111,78,47); }
td.TdClassName
{
border-color: #6F4E2F;
}
.TagClassName
{
border-color: #6F4E2F;
}
</style>