Shades of Cafe Royale #654627
Tints of Cafe Royale #654627
RGB
CMYK
RGB Variations
Color information
#654627 (or 0x654627) is known color: Cafe Royale. HEX triplet: 65, 46 and 27. RGB value is (101,70,39). Sum of RGB (Red+Green+Blue) = 101+70+39=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #654627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654627 is #9AB9D8. Grayscale: #4B4B4B. Windows color (decimal): -10140121 or 2573925. OLE color: 2573925.
HSL color Cylindrical-coordinate representation of color #654627: hue angle of 30º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #654627 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 39 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.60 |
| HSL | 30º | 0.44% | 0.27% | - |
| HSV(B) | 30º | 0.61% | 0.4% | - |
| XYZ | 7.92 | 7.29 | 2.91 | - |
| YUV | 75.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 39 | 0 | 0.31 | 0.61 | 0.60 | 30 | 0.44 | 0.27 |
| Hex | 65 | 46 | 27 | 0 | 1F | 3D | 3C | 1E | 2C | 1B |
| Octal | 145 | 106 | 47 | 0 | 37 | 75 | 74 | 36 | 54 | 33 |
| Binary | 1100101 | 1000110 | 100111 | 0 | 11111 | 111101 | 111100 | 11110 | 101100 | 11011 |
Color Harmonies of #654627
Complementary color
Monochromatic Colors of #654627
Black with #654627
Text Example
Text Example
White with #654627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654627; }
p { color: rgb(101,70,39); }
H1.HeaderClassName
{
color: #654627;
}
.AnyTagClassName
{
color: #654627;
}
</style>
background-color css
<style>
a { background-color: #654627; }
a { background-color: rgb(101,70,39); }
div.DivClassName
{
background-color: #654627;
}
.BgClassName
{
background-color: #654627;
}
</style>
border-color css
<style>
span { border-color: #654627; }
span { border-color: rgb(101,70,39); }
td.TdClassName
{
border-color: #654627;
}
.TagClassName
{
border-color: #654627;
}
</style>