Shades of Cafe Royale #694625
Tints of Cafe Royale #694625
RGB
CMYK
RGB Variations
Color information
#694625 (or 0x694625) is known color: Cafe Royale. HEX triplet: 69, 46 and 25. RGB value is (105,70,37). Sum of RGB (Red+Green+Blue) = 105+70+37=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #694625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694625 is #96B9DA. Grayscale: #4C4C4C. Windows color (decimal): -9877979 or 2442857. OLE color: 2442857.
HSL color Cylindrical-coordinate representation of color #694625: hue angle of 29.12º 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 #694625 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 70 | 37 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.59 |
| HSL | 29.12º | 0.48% | 0.28% | - |
| HSV(B) | 29.12º | 0.65% | 0.41% | - |
| XYZ | 8.35 | 7.52 | 2.76 | - |
| YUV | 76.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 37 | 0 | 0.33 | 0.65 | 0.59 | 29.12 | 0.48 | 0.28 |
| Hex | 69 | 46 | 25 | 0 | 21 | 41 | 3B | 1D | 30 | 1C |
| Octal | 151 | 106 | 45 | 0 | 41 | 101 | 73 | 35 | 60 | 34 |
| Binary | 1101001 | 1000110 | 100101 | 0 | 100001 | 1000001 | 111011 | 11101 | 110000 | 11100 |
Color Harmonies of #694625
Complementary color
Monochromatic Colors of #694625
Black with #694625
Text Example
Text Example
White with #694625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694625; }
p { color: rgb(105,70,37); }
H1.HeaderClassName
{
color: #694625;
}
.AnyTagClassName
{
color: #694625;
}
</style>
background-color css
<style>
a { background-color: #694625; }
a { background-color: rgb(105,70,37); }
div.DivClassName
{
background-color: #694625;
}
.BgClassName
{
background-color: #694625;
}
</style>
border-color css
<style>
span { border-color: #694625; }
span { border-color: rgb(105,70,37); }
td.TdClassName
{
border-color: #694625;
}
.TagClassName
{
border-color: #694625;
}
</style>