Shades of Cafe Royale #684725
Tints of Cafe Royale #684725
RGB
CMYK
RGB Variations
Color information
#684725 (or 0x684725) is known color: Cafe Royale. HEX triplet: 68, 47 and 25. RGB value is (104,71,37). Sum of RGB (Red+Green+Blue) = 104+71+37=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #684725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684725 is #97B8DA. Grayscale: #4D4D4D. Windows color (decimal): -9943259 or 2443112. OLE color: 2443112.
HSL color Cylindrical-coordinate representation of color #684725: hue angle of 30.45º 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 #684725 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 37 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.59 |
| HSL | 30.45º | 0.48% | 0.28% | - |
| HSV(B) | 30.45º | 0.64% | 0.41% | - |
| XYZ | 8.3 | 7.58 | 2.78 | - |
| YUV | 76.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 37 | 0 | 0.32 | 0.64 | 0.59 | 30.45 | 0.48 | 0.28 |
| Hex | 68 | 47 | 25 | 0 | 20 | 40 | 3B | 1E | 30 | 1C |
| Octal | 150 | 107 | 45 | 0 | 40 | 100 | 73 | 36 | 60 | 34 |
| Binary | 1101000 | 1000111 | 100101 | 0 | 100000 | 1000000 | 111011 | 11110 | 110000 | 11100 |
Color Harmonies of #684725
Complementary color
Monochromatic Colors of #684725
Black with #684725
Text Example
Text Example
White with #684725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684725; }
p { color: rgb(104,71,37); }
H1.HeaderClassName
{
color: #684725;
}
.AnyTagClassName
{
color: #684725;
}
</style>
background-color css
<style>
a { background-color: #684725; }
a { background-color: rgb(104,71,37); }
div.DivClassName
{
background-color: #684725;
}
.BgClassName
{
background-color: #684725;
}
</style>
border-color css
<style>
span { border-color: #684725; }
span { border-color: rgb(104,71,37); }
td.TdClassName
{
border-color: #684725;
}
.TagClassName
{
border-color: #684725;
}
</style>