Shades of Cafe Royale #684927
Tints of Cafe Royale #684927
RGB
CMYK
RGB Variations
Color information
#684927 (or 0x684927) is known color: Cafe Royale. HEX triplet: 68, 49 and 27. RGB value is (104,73,39). Sum of RGB (Red+Green+Blue) = 104+73+39=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #684927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684927 is #97B6D8. Grayscale: #4E4E4E. Windows color (decimal): -9942745 or 2574696. OLE color: 2574696.
HSL color Cylindrical-coordinate representation of color #684927: hue angle of 31.38º degrees, saturation: 0.45, 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 #684927 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 39 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.59 |
| HSL | 31.38º | 0.45% | 0.28% | - |
| HSV(B) | 31.38º | 0.63% | 0.41% | - |
| XYZ | 8.46 | 7.85 | 2.99 | - |
| YUV | 78.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 39 | 0 | 0.30 | 0.62 | 0.59 | 31.38 | 0.45 | 0.28 |
| Hex | 68 | 49 | 27 | 0 | 1E | 3E | 3B | 1F | 2D | 1C |
| Octal | 150 | 111 | 47 | 0 | 36 | 76 | 73 | 37 | 55 | 34 |
| Binary | 1101000 | 1001001 | 100111 | 0 | 11110 | 111110 | 111011 | 11111 | 101101 | 11100 |
Color Harmonies of #684927
Complementary color
Monochromatic Colors of #684927
Black with #684927
Text Example
Text Example
White with #684927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684927; }
p { color: rgb(104,73,39); }
H1.HeaderClassName
{
color: #684927;
}
.AnyTagClassName
{
color: #684927;
}
</style>
background-color css
<style>
a { background-color: #684927; }
a { background-color: rgb(104,73,39); }
div.DivClassName
{
background-color: #684927;
}
.BgClassName
{
background-color: #684927;
}
</style>
border-color css
<style>
span { border-color: #684927; }
span { border-color: rgb(104,73,39); }
td.TdClassName
{
border-color: #684927;
}
.TagClassName
{
border-color: #684927;
}
</style>