Shades of Cafe Royale #6F4826
Tints of Cafe Royale #6F4826
RGB
CMYK
RGB Variations
Color information
#6F4826 (or 0x6F4826) is known color: Cafe Royale. HEX triplet: 6F, 48 and 26. RGB value is (111,72,38). Sum of RGB (Red+Green+Blue) = 111+72+38=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4826 is #90B7D9. Grayscale: #4F4F4F. Windows color (decimal): -9484250 or 2508911. OLE color: 2508911.
HSL color Cylindrical-coordinate representation of color #6F4826: hue angle of 27.95º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F4826 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 38 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.56 |
| HSL | 27.95º | 0.49% | 0.29% | - |
| HSV(B) | 27.95º | 0.66% | 0.44% | - |
| XYZ | 9.22 | 8.15 | 2.92 | - |
| YUV | 79.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 38 | 0 | 0.35 | 0.66 | 0.56 | 27.95 | 0.49 | 0.29 |
| Hex | 6F | 48 | 26 | 0 | 23 | 42 | 38 | 1C | 31 | 1D |
| Octal | 157 | 110 | 46 | 0 | 43 | 102 | 70 | 34 | 61 | 35 |
| Binary | 1101111 | 1001000 | 100110 | 0 | 100011 | 1000010 | 111000 | 11100 | 110001 | 11101 |
Color Harmonies of #6F4826
Complementary color
Monochromatic Colors of #6F4826
Black with #6F4826
Text Example
Text Example
White with #6F4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4826; }
p { color: rgb(111,72,38); }
H1.HeaderClassName
{
color: #6F4826;
}
.AnyTagClassName
{
color: #6F4826;
}
</style>
background-color css
<style>
a { background-color: #6F4826; }
a { background-color: rgb(111,72,38); }
div.DivClassName
{
background-color: #6F4826;
}
.BgClassName
{
background-color: #6F4826;
}
</style>
border-color css
<style>
span { border-color: #6F4826; }
span { border-color: rgb(111,72,38); }
td.TdClassName
{
border-color: #6F4826;
}
.TagClassName
{
border-color: #6F4826;
}
</style>