Shades of Cafe Royale #694924
Tints of Cafe Royale #694924
RGB
CMYK
RGB Variations
Color information
#694924 (or 0x694924) is known color: Cafe Royale. HEX triplet: 69, 49 and 24. RGB value is (105,73,36). Sum of RGB (Red+Green+Blue) = 105+73+36=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #694924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694924 is #96B6DB. Grayscale: #4E4E4E. Windows color (decimal): -9877212 or 2378089. OLE color: 2378089.
HSL color Cylindrical-coordinate representation of color #694924: hue angle of 32.17º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694924 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 73 | 36 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.59 |
| HSL | 32.17º | 0.49% | 0.28% | - |
| HSV(B) | 32.17º | 0.66% | 0.41% | - |
| XYZ | 8.53 | 7.9 | 2.74 | - |
| YUV | 78.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 36 | 0 | 0.30 | 0.66 | 0.59 | 32.17 | 0.49 | 0.28 |
| Hex | 69 | 49 | 24 | 0 | 1E | 42 | 3B | 20 | 31 | 1C |
| Octal | 151 | 111 | 44 | 0 | 36 | 102 | 73 | 40 | 61 | 34 |
| Binary | 1101001 | 1001001 | 100100 | 0 | 11110 | 1000010 | 111011 | 100000 | 110001 | 11100 |
Color Harmonies of #694924
Complementary color
Monochromatic Colors of #694924
Black with #694924
Text Example
Text Example
White with #694924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694924; }
p { color: rgb(105,73,36); }
H1.HeaderClassName
{
color: #694924;
}
.AnyTagClassName
{
color: #694924;
}
</style>
background-color css
<style>
a { background-color: #694924; }
a { background-color: rgb(105,73,36); }
div.DivClassName
{
background-color: #694924;
}
.BgClassName
{
background-color: #694924;
}
</style>
border-color css
<style>
span { border-color: #694924; }
span { border-color: rgb(105,73,36); }
td.TdClassName
{
border-color: #694924;
}
.TagClassName
{
border-color: #694924;
}
</style>