Shades of Cafe Royale #654D22
Tints of Cafe Royale #654D22
RGB
CMYK
RGB Variations
Color information
#654D22 (or 0x654D22) is known color: Cafe Royale. HEX triplet: 65, 4D and 22. RGB value is (101,77,34). Sum of RGB (Red+Green+Blue) = 101+77+34=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #654D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D22 is #9AB2DD. Grayscale: #4F4F4F. Windows color (decimal): -10138334 or 2248037. OLE color: 2248037.
HSL color Cylindrical-coordinate representation of color #654D22: hue angle of 38.51º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654D22 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 34 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.60 |
| HSL | 38.51º | 0.5% | 0.26% | - |
| HSV(B) | 38.51º | 0.66% | 0.4% | - |
| XYZ | 8.31 | 8.19 | 2.66 | - |
| YUV | 79.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 34 | 0 | 0.24 | 0.66 | 0.60 | 38.51 | 0.5 | 0.26 |
| Hex | 65 | 4D | 22 | 0 | 18 | 42 | 3C | 27 | 32 | 1A |
| Octal | 145 | 115 | 42 | 0 | 30 | 102 | 74 | 47 | 62 | 32 |
| Binary | 1100101 | 1001101 | 100010 | 0 | 11000 | 1000010 | 111100 | 100111 | 110010 | 11010 |
Color Harmonies of #654D22
Complementary color
Monochromatic Colors of #654D22
Black with #654D22
Text Example
Text Example
White with #654D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D22; }
p { color: rgb(101,77,34); }
H1.HeaderClassName
{
color: #654D22;
}
.AnyTagClassName
{
color: #654D22;
}
</style>
background-color css
<style>
a { background-color: #654D22; }
a { background-color: rgb(101,77,34); }
div.DivClassName
{
background-color: #654D22;
}
.BgClassName
{
background-color: #654D22;
}
</style>
border-color css
<style>
span { border-color: #654D22; }
span { border-color: rgb(101,77,34); }
td.TdClassName
{
border-color: #654D22;
}
.TagClassName
{
border-color: #654D22;
}
</style>