Shades of Cafe Royale #694A24
Tints of Cafe Royale #694A24
RGB
CMYK
RGB Variations
Color information
#694A24 (or 0x694A24) is known color: Cafe Royale. HEX triplet: 69, 4A and 24. RGB value is (105,74,36). Sum of RGB (Red+Green+Blue) = 105+74+36=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #694A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A24 is #96B5DB. Grayscale: #4F4F4F. Windows color (decimal): -9876956 or 2378345. OLE color: 2378345.
HSL color Cylindrical-coordinate representation of color #694A24: hue angle of 33.04º 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 #694A24 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 36 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.59 |
| HSL | 33.04º | 0.49% | 0.28% | - |
| HSV(B) | 33.04º | 0.66% | 0.41% | - |
| XYZ | 8.59 | 8.03 | 2.77 | - |
| YUV | 78.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 36 | 0 | 0.30 | 0.66 | 0.59 | 33.04 | 0.49 | 0.28 |
| Hex | 69 | 4A | 24 | 0 | 1E | 42 | 3B | 21 | 31 | 1C |
| Octal | 151 | 112 | 44 | 0 | 36 | 102 | 73 | 41 | 61 | 34 |
| Binary | 1101001 | 1001010 | 100100 | 0 | 11110 | 1000010 | 111011 | 100001 | 110001 | 11100 |
Color Harmonies of #694A24
Complementary color
Monochromatic Colors of #694A24
Black with #694A24
Text Example
Text Example
White with #694A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A24; }
p { color: rgb(105,74,36); }
H1.HeaderClassName
{
color: #694A24;
}
.AnyTagClassName
{
color: #694A24;
}
</style>
background-color css
<style>
a { background-color: #694A24; }
a { background-color: rgb(105,74,36); }
div.DivClassName
{
background-color: #694A24;
}
.BgClassName
{
background-color: #694A24;
}
</style>
border-color css
<style>
span { border-color: #694A24; }
span { border-color: rgb(105,74,36); }
td.TdClassName
{
border-color: #694A24;
}
.TagClassName
{
border-color: #694A24;
}
</style>