Shades of Cafe Royale #684C26
Tints of Cafe Royale #684C26
RGB
CMYK
RGB Variations
Color information
#684C26 (or 0x684C26) is known color: Cafe Royale. HEX triplet: 68, 4C and 26. RGB value is (104,76,38). Sum of RGB (Red+Green+Blue) = 104+76+38=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #684C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C26 is #97B3D9. Grayscale: #505050. Windows color (decimal): -9941978 or 2509928. OLE color: 2509928.
HSL color Cylindrical-coordinate representation of color #684C26: hue angle of 34.55º 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 #684C26 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 38 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.59 |
| HSL | 34.55º | 0.46% | 0.28% | - |
| HSV(B) | 34.55º | 0.63% | 0.41% | - |
| XYZ | 8.64 | 8.25 | 2.97 | - |
| YUV | 80.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 38 | 0 | 0.27 | 0.63 | 0.59 | 34.55 | 0.46 | 0.28 |
| Hex | 68 | 4C | 26 | 0 | 1B | 3F | 3B | 23 | 2E | 1C |
| Octal | 150 | 114 | 46 | 0 | 33 | 77 | 73 | 43 | 56 | 34 |
| Binary | 1101000 | 1001100 | 100110 | 0 | 11011 | 111111 | 111011 | 100011 | 101110 | 11100 |
Color Harmonies of #684C26
Complementary color
Monochromatic Colors of #684C26
Black with #684C26
Text Example
Text Example
White with #684C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C26; }
p { color: rgb(104,76,38); }
H1.HeaderClassName
{
color: #684C26;
}
.AnyTagClassName
{
color: #684C26;
}
</style>
background-color css
<style>
a { background-color: #684C26; }
a { background-color: rgb(104,76,38); }
div.DivClassName
{
background-color: #684C26;
}
.BgClassName
{
background-color: #684C26;
}
</style>
border-color css
<style>
span { border-color: #684C26; }
span { border-color: rgb(104,76,38); }
td.TdClassName
{
border-color: #684C26;
}
.TagClassName
{
border-color: #684C26;
}
</style>