Shades of Cafe Royale #684928
Tints of Cafe Royale #684928
RGB
CMYK
RGB Variations
Color information
#684928 (or 0x684928) is known color: Cafe Royale. HEX triplet: 68, 49 and 28. RGB value is (104,73,40). Sum of RGB (Red+Green+Blue) = 104+73+40=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #684928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684928 is #97B6D7. Grayscale: #4E4E4E. Windows color (decimal): -9942744 or 2640232. OLE color: 2640232.
HSL color Cylindrical-coordinate representation of color #684928: hue angle of 30.94º 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 #684928 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 40 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.59 |
| HSL | 30.94º | 0.44% | 0.28% | - |
| HSV(B) | 30.94º | 0.62% | 0.41% | - |
| XYZ | 8.47 | 7.86 | 3.08 | - |
| YUV | 78.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 40 | 0 | 0.30 | 0.62 | 0.59 | 30.94 | 0.44 | 0.28 |
| Hex | 68 | 49 | 28 | 0 | 1E | 3E | 3B | 1F | 2C | 1C |
| Octal | 150 | 111 | 50 | 0 | 36 | 76 | 73 | 37 | 54 | 34 |
| Binary | 1101000 | 1001001 | 101000 | 0 | 11110 | 111110 | 111011 | 11111 | 101100 | 11100 |
Color Harmonies of #684928
Complementary color
Monochromatic Colors of #684928
Black with #684928
Text Example
Text Example
White with #684928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684928; }
p { color: rgb(104,73,40); }
H1.HeaderClassName
{
color: #684928;
}
.AnyTagClassName
{
color: #684928;
}
</style>
background-color css
<style>
a { background-color: #684928; }
a { background-color: rgb(104,73,40); }
div.DivClassName
{
background-color: #684928;
}
.BgClassName
{
background-color: #684928;
}
</style>
border-color css
<style>
span { border-color: #684928; }
span { border-color: rgb(104,73,40); }
td.TdClassName
{
border-color: #684928;
}
.TagClassName
{
border-color: #684928;
}
</style>