Shades of Cafe Royale #694827
Tints of Cafe Royale #694827
RGB
CMYK
RGB Variations
Color information
#694827 (or 0x694827) is known color: Cafe Royale. HEX triplet: 69, 48 and 27. RGB value is (105,72,39). Sum of RGB (Red+Green+Blue) = 105+72+39=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #694827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694827 is #96B7D8. Grayscale: #4E4E4E. Windows color (decimal): -9877465 or 2574441. OLE color: 2574441.
HSL color Cylindrical-coordinate representation of color #694827: hue angle of 30º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694827 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 39 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.59 |
| HSL | 30º | 0.46% | 0.28% | - |
| HSV(B) | 30º | 0.63% | 0.41% | - |
| XYZ | 8.51 | 7.78 | 2.97 | - |
| YUV | 78.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 39 | 0 | 0.31 | 0.63 | 0.59 | 30 | 0.46 | 0.28 |
| Hex | 69 | 48 | 27 | 0 | 1F | 3F | 3B | 1E | 2E | 1C |
| Octal | 151 | 110 | 47 | 0 | 37 | 77 | 73 | 36 | 56 | 34 |
| Binary | 1101001 | 1001000 | 100111 | 0 | 11111 | 111111 | 111011 | 11110 | 101110 | 11100 |
Color Harmonies of #694827
Complementary color
Monochromatic Colors of #694827
Black with #694827
Text Example
Text Example
White with #694827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694827; }
p { color: rgb(105,72,39); }
H1.HeaderClassName
{
color: #694827;
}
.AnyTagClassName
{
color: #694827;
}
</style>
background-color css
<style>
a { background-color: #694827; }
a { background-color: rgb(105,72,39); }
div.DivClassName
{
background-color: #694827;
}
.BgClassName
{
background-color: #694827;
}
</style>
border-color css
<style>
span { border-color: #694827; }
span { border-color: rgb(105,72,39); }
td.TdClassName
{
border-color: #694827;
}
.TagClassName
{
border-color: #694827;
}
</style>