Shades of Cafe Royale #6F4A27
Tints of Cafe Royale #6F4A27
RGB
CMYK
RGB Variations
Color information
#6F4A27 (or 0x6F4A27) is known color: Cafe Royale. HEX triplet: 6F, 4A and 27. RGB value is (111,74,39). Sum of RGB (Red+Green+Blue) = 111+74+39=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A27 is #90B5D8. Grayscale: #515151. Windows color (decimal): -9483737 or 2574959. OLE color: 2574959.
HSL color Cylindrical-coordinate representation of color #6F4A27: hue angle of 29.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F4A27 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 74 | 39 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.56 |
| HSL | 29.17º | 0.48% | 0.29% | - |
| HSV(B) | 29.17º | 0.65% | 0.44% | - |
| XYZ | 9.37 | 8.42 | 3.05 | - |
| YUV | 81.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 39 | 0 | 0.33 | 0.65 | 0.56 | 29.17 | 0.48 | 0.29 |
| Hex | 6F | 4A | 27 | 0 | 21 | 41 | 38 | 1D | 30 | 1D |
| Octal | 157 | 112 | 47 | 0 | 41 | 101 | 70 | 35 | 60 | 35 |
| Binary | 1101111 | 1001010 | 100111 | 0 | 100001 | 1000001 | 111000 | 11101 | 110000 | 11101 |
Color Harmonies of #6F4A27
Complementary color
Monochromatic Colors of #6F4A27
Black with #6F4A27
Text Example
Text Example
White with #6F4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A27; }
p { color: rgb(111,74,39); }
H1.HeaderClassName
{
color: #6F4A27;
}
.AnyTagClassName
{
color: #6F4A27;
}
</style>
background-color css
<style>
a { background-color: #6F4A27; }
a { background-color: rgb(111,74,39); }
div.DivClassName
{
background-color: #6F4A27;
}
.BgClassName
{
background-color: #6F4A27;
}
</style>
border-color css
<style>
span { border-color: #6F4A27; }
span { border-color: rgb(111,74,39); }
td.TdClassName
{
border-color: #6F4A27;
}
.TagClassName
{
border-color: #6F4A27;
}
</style>