Shades of Cafe Royale #644C25
Tints of Cafe Royale #644C25
RGB
CMYK
RGB Variations
Color information
#644C25 (or 0x644C25) is known color: Cafe Royale. HEX triplet: 64, 4C and 25. RGB value is (100,76,37). Sum of RGB (Red+Green+Blue) = 100+76+37=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #644C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C25 is #9BB3DA. Grayscale: #4E4E4E. Windows color (decimal): -10204123 or 2444388. OLE color: 2444388.
HSL color Cylindrical-coordinate representation of color #644C25: hue angle of 37.14º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #644C25 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 37 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.61 |
| HSL | 37.14º | 0.46% | 0.27% | - |
| HSV(B) | 37.14º | 0.63% | 0.39% | - |
| XYZ | 8.17 | 8.01 | 2.87 | - |
| YUV | 78.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 37 | 0 | 0.24 | 0.63 | 0.61 | 37.14 | 0.46 | 0.27 |
| Hex | 64 | 4C | 25 | 0 | 18 | 3F | 3D | 25 | 2E | 1B |
| Octal | 144 | 114 | 45 | 0 | 30 | 77 | 75 | 45 | 56 | 33 |
| Binary | 1100100 | 1001100 | 100101 | 0 | 11000 | 111111 | 111101 | 100101 | 101110 | 11011 |
Color Harmonies of #644C25
Complementary color
Monochromatic Colors of #644C25
Black with #644C25
Text Example
Text Example
White with #644C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C25; }
p { color: rgb(100,76,37); }
H1.HeaderClassName
{
color: #644C25;
}
.AnyTagClassName
{
color: #644C25;
}
</style>
background-color css
<style>
a { background-color: #644C25; }
a { background-color: rgb(100,76,37); }
div.DivClassName
{
background-color: #644C25;
}
.BgClassName
{
background-color: #644C25;
}
</style>
border-color css
<style>
span { border-color: #644C25; }
span { border-color: rgb(100,76,37); }
td.TdClassName
{
border-color: #644C25;
}
.TagClassName
{
border-color: #644C25;
}
</style>