Shades of Cafe Royale #684828
Tints of Cafe Royale #684828
RGB
CMYK
RGB Variations
Color information
#684828 (or 0x684828) is known color: Cafe Royale. HEX triplet: 68, 48 and 28. RGB value is (104,72,40). Sum of RGB (Red+Green+Blue) = 104+72+40=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #684828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684828 is #97B7D7. Grayscale: #4E4E4E. Windows color (decimal): -9943000 or 2639976. OLE color: 2639976.
HSL color Cylindrical-coordinate representation of color #684828: hue angle of 30º 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 #684828 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 40 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.59 |
| HSL | 30º | 0.44% | 0.28% | - |
| HSV(B) | 30º | 0.62% | 0.41% | - |
| XYZ | 8.41 | 7.73 | 3.06 | - |
| YUV | 77.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 40 | 0 | 0.31 | 0.62 | 0.59 | 30 | 0.44 | 0.28 |
| Hex | 68 | 48 | 28 | 0 | 1F | 3E | 3B | 1E | 2C | 1C |
| Octal | 150 | 110 | 50 | 0 | 37 | 76 | 73 | 36 | 54 | 34 |
| Binary | 1101000 | 1001000 | 101000 | 0 | 11111 | 111110 | 111011 | 11110 | 101100 | 11100 |
Color Harmonies of #684828
Complementary color
Monochromatic Colors of #684828
Black with #684828
Text Example
Text Example
White with #684828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684828; }
p { color: rgb(104,72,40); }
H1.HeaderClassName
{
color: #684828;
}
.AnyTagClassName
{
color: #684828;
}
</style>
background-color css
<style>
a { background-color: #684828; }
a { background-color: rgb(104,72,40); }
div.DivClassName
{
background-color: #684828;
}
.BgClassName
{
background-color: #684828;
}
</style>
border-color css
<style>
span { border-color: #684828; }
span { border-color: rgb(104,72,40); }
td.TdClassName
{
border-color: #684828;
}
.TagClassName
{
border-color: #684828;
}
</style>