Shades of Cafe Royale #694A25
Tints of Cafe Royale #694A25
RGB
CMYK
RGB Variations
Color information
#694A25 (or 0x694A25) is known color: Cafe Royale. HEX triplet: 69, 4A and 25. RGB value is (105,74,37). Sum of RGB (Red+Green+Blue) = 105+74+37=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #694A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A25 is #96B5DA. Grayscale: #4F4F4F. Windows color (decimal): -9876955 or 2443881. OLE color: 2443881.
HSL color Cylindrical-coordinate representation of color #694A25: hue angle of 32.65º 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 #694A25 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 37 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.59 |
| HSL | 32.65º | 0.48% | 0.28% | - |
| HSV(B) | 32.65º | 0.65% | 0.41% | - |
| XYZ | 8.61 | 8.03 | 2.85 | - |
| YUV | 79.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 37 | 0 | 0.30 | 0.65 | 0.59 | 32.65 | 0.48 | 0.28 |
| Hex | 69 | 4A | 25 | 0 | 1E | 41 | 3B | 21 | 30 | 1C |
| Octal | 151 | 112 | 45 | 0 | 36 | 101 | 73 | 41 | 60 | 34 |
| Binary | 1101001 | 1001010 | 100101 | 0 | 11110 | 1000001 | 111011 | 100001 | 110000 | 11100 |
Color Harmonies of #694A25
Complementary color
Monochromatic Colors of #694A25
Black with #694A25
Text Example
Text Example
White with #694A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A25; }
p { color: rgb(105,74,37); }
H1.HeaderClassName
{
color: #694A25;
}
.AnyTagClassName
{
color: #694A25;
}
</style>
background-color css
<style>
a { background-color: #694A25; }
a { background-color: rgb(105,74,37); }
div.DivClassName
{
background-color: #694A25;
}
.BgClassName
{
background-color: #694A25;
}
</style>
border-color css
<style>
span { border-color: #694A25; }
span { border-color: rgb(105,74,37); }
td.TdClassName
{
border-color: #694A25;
}
.TagClassName
{
border-color: #694A25;
}
</style>