Shades of Cafe Royale #644627
Tints of Cafe Royale #644627
RGB
CMYK
RGB Variations
Color information
#644627 (or 0x644627) is known color: Cafe Royale. HEX triplet: 64, 46 and 27. RGB value is (100,70,39). Sum of RGB (Red+Green+Blue) = 100+70+39=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #644627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644627 is #9BB9D8. Grayscale: #4B4B4B. Windows color (decimal): -10205657 or 2573924. OLE color: 2573924.
HSL color Cylindrical-coordinate representation of color #644627: hue angle of 30.49º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644627 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 39 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.61 |
| HSL | 30.49º | 0.44% | 0.27% | - |
| HSV(B) | 30.49º | 0.61% | 0.39% | - |
| XYZ | 7.81 | 7.24 | 2.9 | - |
| YUV | 75.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 39 | 0 | 0.30 | 0.61 | 0.61 | 30.49 | 0.44 | 0.27 |
| Hex | 64 | 46 | 27 | 0 | 1E | 3D | 3D | 1E | 2C | 1B |
| Octal | 144 | 106 | 47 | 0 | 36 | 75 | 75 | 36 | 54 | 33 |
| Binary | 1100100 | 1000110 | 100111 | 0 | 11110 | 111101 | 111101 | 11110 | 101100 | 11011 |
Color Harmonies of #644627
Complementary color
Monochromatic Colors of #644627
Black with #644627
Text Example
Text Example
White with #644627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644627; }
p { color: rgb(100,70,39); }
H1.HeaderClassName
{
color: #644627;
}
.AnyTagClassName
{
color: #644627;
}
</style>
background-color css
<style>
a { background-color: #644627; }
a { background-color: rgb(100,70,39); }
div.DivClassName
{
background-color: #644627;
}
.BgClassName
{
background-color: #644627;
}
</style>
border-color css
<style>
span { border-color: #644627; }
span { border-color: rgb(100,70,39); }
td.TdClassName
{
border-color: #644627;
}
.TagClassName
{
border-color: #644627;
}
</style>