Shades of Cafe Royale #684C23
Tints of Cafe Royale #684C23
RGB
CMYK
RGB Variations
Color information
#684C23 (or 0x684C23) is known color: Cafe Royale. HEX triplet: 68, 4C and 23. RGB value is (104,76,35). Sum of RGB (Red+Green+Blue) = 104+76+35=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #684C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C23 is #97B3DC. Grayscale: #4F4F4F. Windows color (decimal): -9941981 or 2313320. OLE color: 2313320.
HSL color Cylindrical-coordinate representation of color #684C23: hue angle of 35.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #684C23 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 35 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.59 |
| HSL | 35.65º | 0.5% | 0.27% | - |
| HSV(B) | 35.65º | 0.66% | 0.41% | - |
| XYZ | 8.6 | 8.23 | 2.73 | - |
| YUV | 79.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 35 | 0 | 0.27 | 0.66 | 0.59 | 35.65 | 0.5 | 0.27 |
| Hex | 68 | 4C | 23 | 0 | 1B | 42 | 3B | 24 | 32 | 1B |
| Octal | 150 | 114 | 43 | 0 | 33 | 102 | 73 | 44 | 62 | 33 |
| Binary | 1101000 | 1001100 | 100011 | 0 | 11011 | 1000010 | 111011 | 100100 | 110010 | 11011 |
Color Harmonies of #684C23
Complementary color
Monochromatic Colors of #684C23
Black with #684C23
Text Example
Text Example
White with #684C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C23; }
p { color: rgb(104,76,35); }
H1.HeaderClassName
{
color: #684C23;
}
.AnyTagClassName
{
color: #684C23;
}
</style>
background-color css
<style>
a { background-color: #684C23; }
a { background-color: rgb(104,76,35); }
div.DivClassName
{
background-color: #684C23;
}
.BgClassName
{
background-color: #684C23;
}
</style>
border-color css
<style>
span { border-color: #684C23; }
span { border-color: rgb(104,76,35); }
td.TdClassName
{
border-color: #684C23;
}
.TagClassName
{
border-color: #684C23;
}
</style>