Shades of Cafe Royale #6F4D25
Tints of Cafe Royale #6F4D25
RGB
CMYK
RGB Variations
Color information
#6F4D25 (or 0x6F4D25) is known color: Cafe Royale. HEX triplet: 6F, 4D and 25. RGB value is (111,77,37). Sum of RGB (Red+Green+Blue) = 111+77+37=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D25 is #90B2DA. Grayscale: #525252. Windows color (decimal): -9482971 or 2444655. OLE color: 2444655.
HSL color Cylindrical-coordinate representation of color #6F4D25: hue angle of 32.43º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F4D25 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 37 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.56 |
| HSL | 32.43º | 0.5% | 0.29% | - |
| HSV(B) | 32.43º | 0.67% | 0.44% | - |
| XYZ | 9.54 | 8.82 | 2.95 | - |
| YUV | 82.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 37 | 0 | 0.31 | 0.67 | 0.56 | 32.43 | 0.5 | 0.29 |
| Hex | 6F | 4D | 25 | 0 | 1F | 43 | 38 | 20 | 32 | 1D |
| Octal | 157 | 115 | 45 | 0 | 37 | 103 | 70 | 40 | 62 | 35 |
| Binary | 1101111 | 1001101 | 100101 | 0 | 11111 | 1000011 | 111000 | 100000 | 110010 | 11101 |
Color Harmonies of #6F4D25
Complementary color
Monochromatic Colors of #6F4D25
Black with #6F4D25
Text Example
Text Example
White with #6F4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D25; }
p { color: rgb(111,77,37); }
H1.HeaderClassName
{
color: #6F4D25;
}
.AnyTagClassName
{
color: #6F4D25;
}
</style>
background-color css
<style>
a { background-color: #6F4D25; }
a { background-color: rgb(111,77,37); }
div.DivClassName
{
background-color: #6F4D25;
}
.BgClassName
{
background-color: #6F4D25;
}
</style>
border-color css
<style>
span { border-color: #6F4D25; }
span { border-color: rgb(111,77,37); }
td.TdClassName
{
border-color: #6F4D25;
}
.TagClassName
{
border-color: #6F4D25;
}
</style>