Shades of Cafe Royale #684E26
Tints of Cafe Royale #684E26
RGB
CMYK
RGB Variations
Color information
#684E26 (or 0x684E26) is known color: Cafe Royale. HEX triplet: 68, 4E and 26. RGB value is (104,78,38). Sum of RGB (Red+Green+Blue) = 104+78+38=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E26 is #97B1D9. Grayscale: #515151. Windows color (decimal): -9941466 or 2510440. OLE color: 2510440.
HSL color Cylindrical-coordinate representation of color #684E26: hue angle of 36.36º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #684E26 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 38 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.59 |
| HSL | 36.36º | 0.46% | 0.28% | - |
| HSV(B) | 36.36º | 0.63% | 0.41% | - |
| XYZ | 8.78 | 8.53 | 3.02 | - |
| YUV | 81.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 38 | 0 | 0.25 | 0.63 | 0.59 | 36.36 | 0.46 | 0.28 |
| Hex | 68 | 4E | 26 | 0 | 19 | 3F | 3B | 24 | 2E | 1C |
| Octal | 150 | 116 | 46 | 0 | 31 | 77 | 73 | 44 | 56 | 34 |
| Binary | 1101000 | 1001110 | 100110 | 0 | 11001 | 111111 | 111011 | 100100 | 101110 | 11100 |
Color Harmonies of #684E26
Complementary color
Monochromatic Colors of #684E26
Black with #684E26
Text Example
Text Example
White with #684E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E26; }
p { color: rgb(104,78,38); }
H1.HeaderClassName
{
color: #684E26;
}
.AnyTagClassName
{
color: #684E26;
}
</style>
background-color css
<style>
a { background-color: #684E26; }
a { background-color: rgb(104,78,38); }
div.DivClassName
{
background-color: #684E26;
}
.BgClassName
{
background-color: #684E26;
}
</style>
border-color css
<style>
span { border-color: #684E26; }
span { border-color: rgb(104,78,38); }
td.TdClassName
{
border-color: #684E26;
}
.TagClassName
{
border-color: #684E26;
}
</style>