Shades of Cafe Royale #684D25
Tints of Cafe Royale #684D25
RGB
CMYK
RGB Variations
Color information
#684D25 (or 0x684D25) is known color: Cafe Royale. HEX triplet: 68, 4D and 25. RGB value is (104,77,37). Sum of RGB (Red+Green+Blue) = 104+77+37=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #684D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D25 is #97B2DA. Grayscale: #505050. Windows color (decimal): -9941723 or 2444648. OLE color: 2444648.
HSL color Cylindrical-coordinate representation of color #684D25: hue angle of 35.82º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684D25 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 37 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.59 |
| HSL | 35.82º | 0.48% | 0.28% | - |
| HSV(B) | 35.82º | 0.64% | 0.41% | - |
| XYZ | 8.7 | 8.38 | 2.91 | - |
| YUV | 80.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 37 | 0 | 0.26 | 0.64 | 0.59 | 35.82 | 0.48 | 0.28 |
| Hex | 68 | 4D | 25 | 0 | 1A | 40 | 3B | 24 | 30 | 1C |
| Octal | 150 | 115 | 45 | 0 | 32 | 100 | 73 | 44 | 60 | 34 |
| Binary | 1101000 | 1001101 | 100101 | 0 | 11010 | 1000000 | 111011 | 100100 | 110000 | 11100 |
Color Harmonies of #684D25
Complementary color
Monochromatic Colors of #684D25
Black with #684D25
Text Example
Text Example
White with #684D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D25; }
p { color: rgb(104,77,37); }
H1.HeaderClassName
{
color: #684D25;
}
.AnyTagClassName
{
color: #684D25;
}
</style>
background-color css
<style>
a { background-color: #684D25; }
a { background-color: rgb(104,77,37); }
div.DivClassName
{
background-color: #684D25;
}
.BgClassName
{
background-color: #684D25;
}
</style>
border-color css
<style>
span { border-color: #684D25; }
span { border-color: rgb(104,77,37); }
td.TdClassName
{
border-color: #684D25;
}
.TagClassName
{
border-color: #684D25;
}
</style>