Shades of Cafe Royale #694824
Tints of Cafe Royale #694824
RGB
CMYK
RGB Variations
Color information
#694824 (or 0x694824) is known color: Cafe Royale. HEX triplet: 69, 48 and 24. RGB value is (105,72,36). Sum of RGB (Red+Green+Blue) = 105+72+36=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #694824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694824 is #96B7DB. Grayscale: #4D4D4D. Windows color (decimal): -9877468 or 2377833. OLE color: 2377833.
HSL color Cylindrical-coordinate representation of color #694824: hue angle of 31.3º 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 #694824 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 36 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.59 |
| HSL | 31.3º | 0.49% | 0.28% | - |
| HSV(B) | 31.3º | 0.66% | 0.41% | - |
| XYZ | 8.46 | 7.77 | 2.72 | - |
| YUV | 77.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 36 | 0 | 0.31 | 0.66 | 0.59 | 31.3 | 0.49 | 0.28 |
| Hex | 69 | 48 | 24 | 0 | 1F | 42 | 3B | 1F | 31 | 1C |
| Octal | 151 | 110 | 44 | 0 | 37 | 102 | 73 | 37 | 61 | 34 |
| Binary | 1101001 | 1001000 | 100100 | 0 | 11111 | 1000010 | 111011 | 11111 | 110001 | 11100 |
Color Harmonies of #694824
Complementary color
Monochromatic Colors of #694824
Black with #694824
Text Example
Text Example
White with #694824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694824; }
p { color: rgb(105,72,36); }
H1.HeaderClassName
{
color: #694824;
}
.AnyTagClassName
{
color: #694824;
}
</style>
background-color css
<style>
a { background-color: #694824; }
a { background-color: rgb(105,72,36); }
div.DivClassName
{
background-color: #694824;
}
.BgClassName
{
background-color: #694824;
}
</style>
border-color css
<style>
span { border-color: #694824; }
span { border-color: rgb(105,72,36); }
td.TdClassName
{
border-color: #694824;
}
.TagClassName
{
border-color: #694824;
}
</style>