Shades of Cafe Royale #654D25
Tints of Cafe Royale #654D25
RGB
CMYK
RGB Variations
Color information
#654D25 (or 0x654D25) is known color: Cafe Royale. HEX triplet: 65, 4D and 25. RGB value is (101,77,37). Sum of RGB (Red+Green+Blue) = 101+77+37=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #654D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D25 is #9AB2DA. Grayscale: #4F4F4F. Windows color (decimal): -10138331 or 2444645. OLE color: 2444645.
HSL color Cylindrical-coordinate representation of color #654D25: hue angle of 37.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654D25 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 37 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.60 |
| HSL | 37.5º | 0.46% | 0.27% | - |
| HSV(B) | 37.5º | 0.63% | 0.4% | - |
| XYZ | 8.35 | 8.21 | 2.89 | - |
| YUV | 79.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 37 | 0 | 0.24 | 0.63 | 0.60 | 37.5 | 0.46 | 0.27 |
| Hex | 65 | 4D | 25 | 0 | 18 | 3F | 3C | 26 | 2E | 1B |
| Octal | 145 | 115 | 45 | 0 | 30 | 77 | 74 | 46 | 56 | 33 |
| Binary | 1100101 | 1001101 | 100101 | 0 | 11000 | 111111 | 111100 | 100110 | 101110 | 11011 |
Color Harmonies of #654D25
Complementary color
Monochromatic Colors of #654D25
Black with #654D25
Text Example
Text Example
White with #654D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D25; }
p { color: rgb(101,77,37); }
H1.HeaderClassName
{
color: #654D25;
}
.AnyTagClassName
{
color: #654D25;
}
</style>
background-color css
<style>
a { background-color: #654D25; }
a { background-color: rgb(101,77,37); }
div.DivClassName
{
background-color: #654D25;
}
.BgClassName
{
background-color: #654D25;
}
</style>
border-color css
<style>
span { border-color: #654D25; }
span { border-color: rgb(101,77,37); }
td.TdClassName
{
border-color: #654D25;
}
.TagClassName
{
border-color: #654D25;
}
</style>