Shades of Cafe Royale #684728
Tints of Cafe Royale #684728
RGB
CMYK
RGB Variations
Color information
#684728 (or 0x684728) is known color: Cafe Royale. HEX triplet: 68, 47 and 28. RGB value is (104,71,40). Sum of RGB (Red+Green+Blue) = 104+71+40=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #684728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684728 is #97B8D7. Grayscale: #4D4D4D. Windows color (decimal): -9943256 or 2639720. OLE color: 2639720.
HSL color Cylindrical-coordinate representation of color #684728: hue angle of 29.06º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #684728 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 40 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.59 |
| HSL | 29.06º | 0.44% | 0.28% | - |
| HSV(B) | 29.06º | 0.62% | 0.41% | - |
| XYZ | 8.35 | 7.6 | 3.04 | - |
| YUV | 77.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 40 | 0 | 0.32 | 0.62 | 0.59 | 29.06 | 0.44 | 0.28 |
| Hex | 68 | 47 | 28 | 0 | 20 | 3E | 3B | 1D | 2C | 1C |
| Octal | 150 | 107 | 50 | 0 | 40 | 76 | 73 | 35 | 54 | 34 |
| Binary | 1101000 | 1000111 | 101000 | 0 | 100000 | 111110 | 111011 | 11101 | 101100 | 11100 |
Color Harmonies of #684728
Complementary color
Monochromatic Colors of #684728
Black with #684728
Text Example
Text Example
White with #684728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684728; }
p { color: rgb(104,71,40); }
H1.HeaderClassName
{
color: #684728;
}
.AnyTagClassName
{
color: #684728;
}
</style>
background-color css
<style>
a { background-color: #684728; }
a { background-color: rgb(104,71,40); }
div.DivClassName
{
background-color: #684728;
}
.BgClassName
{
background-color: #684728;
}
</style>
border-color css
<style>
span { border-color: #684728; }
span { border-color: rgb(104,71,40); }
td.TdClassName
{
border-color: #684728;
}
.TagClassName
{
border-color: #684728;
}
</style>