Shades of Cafe Royale #694725
Tints of Cafe Royale #694725
RGB
CMYK
RGB Variations
Color information
#694725 (or 0x694725) is known color: Cafe Royale. HEX triplet: 69, 47 and 25. RGB value is (105,71,37). Sum of RGB (Red+Green+Blue) = 105+71+37=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #694725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694725 is #96B8DA. Grayscale: #4D4D4D. Windows color (decimal): -9877723 or 2443113. OLE color: 2443113.
HSL color Cylindrical-coordinate representation of color #694725: hue angle of 30º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #694725 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 71 | 37 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.59 |
| HSL | 30º | 0.48% | 0.28% | - |
| HSV(B) | 30º | 0.65% | 0.41% | - |
| XYZ | 8.41 | 7.64 | 2.78 | - |
| YUV | 77.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 37 | 0 | 0.32 | 0.65 | 0.59 | 30 | 0.48 | 0.28 |
| Hex | 69 | 47 | 25 | 0 | 20 | 41 | 3B | 1E | 30 | 1C |
| Octal | 151 | 107 | 45 | 0 | 40 | 101 | 73 | 36 | 60 | 34 |
| Binary | 1101001 | 1000111 | 100101 | 0 | 100000 | 1000001 | 111011 | 11110 | 110000 | 11100 |
Color Harmonies of #694725
Complementary color
Monochromatic Colors of #694725
Black with #694725
Text Example
Text Example
White with #694725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694725; }
p { color: rgb(105,71,37); }
H1.HeaderClassName
{
color: #694725;
}
.AnyTagClassName
{
color: #694725;
}
</style>
background-color css
<style>
a { background-color: #694725; }
a { background-color: rgb(105,71,37); }
div.DivClassName
{
background-color: #694725;
}
.BgClassName
{
background-color: #694725;
}
</style>
border-color css
<style>
span { border-color: #694725; }
span { border-color: rgb(105,71,37); }
td.TdClassName
{
border-color: #694725;
}
.TagClassName
{
border-color: #694725;
}
</style>