Shades of Cafe Royale #654A26
Tints of Cafe Royale #654A26
RGB
CMYK
RGB Variations
Color information
#654A26 (or 0x654A26) is known color: Cafe Royale. HEX triplet: 65, 4A and 26. RGB value is (101,74,38). Sum of RGB (Red+Green+Blue) = 101+74+38=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #654A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A26 is #9AB5D9. Grayscale: #4E4E4E. Windows color (decimal): -10139098 or 2509413. OLE color: 2509413.
HSL color Cylindrical-coordinate representation of color #654A26: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654A26 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 38 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.60 |
| HSL | 34.29º | 0.45% | 0.27% | - |
| HSV(B) | 34.29º | 0.62% | 0.4% | - |
| XYZ | 8.17 | 7.8 | 2.91 | - |
| YUV | 77.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 38 | 0 | 0.27 | 0.62 | 0.60 | 34.29 | 0.45 | 0.27 |
| Hex | 65 | 4A | 26 | 0 | 1B | 3E | 3C | 22 | 2D | 1B |
| Octal | 145 | 112 | 46 | 0 | 33 | 76 | 74 | 42 | 55 | 33 |
| Binary | 1100101 | 1001010 | 100110 | 0 | 11011 | 111110 | 111100 | 100010 | 101101 | 11011 |
Color Harmonies of #654A26
Complementary color
Monochromatic Colors of #654A26
Black with #654A26
Text Example
Text Example
White with #654A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A26; }
p { color: rgb(101,74,38); }
H1.HeaderClassName
{
color: #654A26;
}
.AnyTagClassName
{
color: #654A26;
}
</style>
background-color css
<style>
a { background-color: #654A26; }
a { background-color: rgb(101,74,38); }
div.DivClassName
{
background-color: #654A26;
}
.BgClassName
{
background-color: #654A26;
}
</style>
border-color css
<style>
span { border-color: #654A26; }
span { border-color: rgb(101,74,38); }
td.TdClassName
{
border-color: #654A26;
}
.TagClassName
{
border-color: #654A26;
}
</style>