Shades of Cafe Royale #684D24
Tints of Cafe Royale #684D24
RGB
CMYK
RGB Variations
Color information
#684D24 (or 0x684D24) is known color: Cafe Royale. HEX triplet: 68, 4D and 24. RGB value is (104,77,36). Sum of RGB (Red+Green+Blue) = 104+77+36=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #684D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D24 is #97B2DB. Grayscale: #505050. Windows color (decimal): -9941724 or 2379112. OLE color: 2379112.
HSL color Cylindrical-coordinate representation of color #684D24: hue angle of 36.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684D24 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 36 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.59 |
| HSL | 36.18º | 0.49% | 0.27% | - |
| HSV(B) | 36.18º | 0.65% | 0.41% | - |
| XYZ | 8.68 | 8.38 | 2.83 | - |
| YUV | 80.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 36 | 0 | 0.26 | 0.65 | 0.59 | 36.18 | 0.49 | 0.27 |
| Hex | 68 | 4D | 24 | 0 | 1A | 41 | 3B | 24 | 31 | 1B |
| Octal | 150 | 115 | 44 | 0 | 32 | 101 | 73 | 44 | 61 | 33 |
| Binary | 1101000 | 1001101 | 100100 | 0 | 11010 | 1000001 | 111011 | 100100 | 110001 | 11011 |
Color Harmonies of #684D24
Complementary color
Monochromatic Colors of #684D24
Black with #684D24
Text Example
Text Example
White with #684D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D24; }
p { color: rgb(104,77,36); }
H1.HeaderClassName
{
color: #684D24;
}
.AnyTagClassName
{
color: #684D24;
}
</style>
background-color css
<style>
a { background-color: #684D24; }
a { background-color: rgb(104,77,36); }
div.DivClassName
{
background-color: #684D24;
}
.BgClassName
{
background-color: #684D24;
}
</style>
border-color css
<style>
span { border-color: #684D24; }
span { border-color: rgb(104,77,36); }
td.TdClassName
{
border-color: #684D24;
}
.TagClassName
{
border-color: #684D24;
}
</style>