Shades of Cafe Royale #684C28
Tints of Cafe Royale #684C28
RGB
CMYK
RGB Variations
Color information
#684C28 (or 0x684C28) is known color: Cafe Royale. HEX triplet: 68, 4C and 28. RGB value is (104,76,40). Sum of RGB (Red+Green+Blue) = 104+76+40=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C28 is #97B3D7. Grayscale: #505050. Windows color (decimal): -9941976 or 2641000. OLE color: 2641000.
HSL color Cylindrical-coordinate representation of color #684C28: hue angle of 33.75º degrees, saturation: 0.44, 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 #684C28 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 40 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.59 |
| HSL | 33.75º | 0.44% | 0.28% | - |
| HSV(B) | 33.75º | 0.62% | 0.41% | - |
| XYZ | 8.68 | 8.27 | 3.15 | - |
| YUV | 80.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 40 | 0 | 0.27 | 0.62 | 0.59 | 33.75 | 0.44 | 0.28 |
| Hex | 68 | 4C | 28 | 0 | 1B | 3E | 3B | 22 | 2C | 1C |
| Octal | 150 | 114 | 50 | 0 | 33 | 76 | 73 | 42 | 54 | 34 |
| Binary | 1101000 | 1001100 | 101000 | 0 | 11011 | 111110 | 111011 | 100010 | 101100 | 11100 |
Color Harmonies of #684C28
Complementary color
Monochromatic Colors of #684C28
Black with #684C28
Text Example
Text Example
White with #684C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C28; }
p { color: rgb(104,76,40); }
H1.HeaderClassName
{
color: #684C28;
}
.AnyTagClassName
{
color: #684C28;
}
</style>
background-color css
<style>
a { background-color: #684C28; }
a { background-color: rgb(104,76,40); }
div.DivClassName
{
background-color: #684C28;
}
.BgClassName
{
background-color: #684C28;
}
</style>
border-color css
<style>
span { border-color: #684C28; }
span { border-color: rgb(104,76,40); }
td.TdClassName
{
border-color: #684C28;
}
.TagClassName
{
border-color: #684C28;
}
</style>