Shades of Cafe Royale #6F4725
Tints of Cafe Royale #6F4725
RGB
CMYK
RGB Variations
Color information
#6F4725 (or 0x6F4725) is known color: Cafe Royale. HEX triplet: 6F, 47 and 25. RGB value is (111,71,37). Sum of RGB (Red+Green+Blue) = 111+71+37=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4725 is #90B8DA. Grayscale: #4F4F4F. Windows color (decimal): -9484507 or 2443119. OLE color: 2443119.
HSL color Cylindrical-coordinate representation of color #6F4725: hue angle of 27.57º 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 #6F4725 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 37 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.56 |
| HSL | 27.57º | 0.5% | 0.29% | - |
| HSV(B) | 27.57º | 0.67% | 0.44% | - |
| XYZ | 9.14 | 8.02 | 2.82 | - |
| YUV | 79.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 37 | 0 | 0.36 | 0.67 | 0.56 | 27.57 | 0.5 | 0.29 |
| Hex | 6F | 47 | 25 | 0 | 24 | 43 | 38 | 1C | 32 | 1D |
| Octal | 157 | 107 | 45 | 0 | 44 | 103 | 70 | 34 | 62 | 35 |
| Binary | 1101111 | 1000111 | 100101 | 0 | 100100 | 1000011 | 111000 | 11100 | 110010 | 11101 |
Color Harmonies of #6F4725
Complementary color
Monochromatic Colors of #6F4725
Black with #6F4725
Text Example
Text Example
White with #6F4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4725; }
p { color: rgb(111,71,37); }
H1.HeaderClassName
{
color: #6F4725;
}
.AnyTagClassName
{
color: #6F4725;
}
</style>
background-color css
<style>
a { background-color: #6F4725; }
a { background-color: rgb(111,71,37); }
div.DivClassName
{
background-color: #6F4725;
}
.BgClassName
{
background-color: #6F4725;
}
</style>
border-color css
<style>
span { border-color: #6F4725; }
span { border-color: rgb(111,71,37); }
td.TdClassName
{
border-color: #6F4725;
}
.TagClassName
{
border-color: #6F4725;
}
</style>