Shades of Cafe Royale #654A24
Tints of Cafe Royale #654A24
RGB
CMYK
RGB Variations
Color information
#654A24 (or 0x654A24) is known color: Cafe Royale. HEX triplet: 65, 4A and 24. RGB value is (101,74,36). Sum of RGB (Red+Green+Blue) = 101+74+36=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #654A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A24 is #9AB5DB. Grayscale: #4D4D4D. Windows color (decimal): -10139100 or 2378341. OLE color: 2378341.
HSL color Cylindrical-coordinate representation of color #654A24: hue angle of 35.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654A24 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 36 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.60 |
| HSL | 35.08º | 0.47% | 0.27% | - |
| HSV(B) | 35.08º | 0.64% | 0.4% | - |
| XYZ | 8.13 | 7.79 | 2.74 | - |
| YUV | 77.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 36 | 0 | 0.27 | 0.64 | 0.60 | 35.08 | 0.47 | 0.27 |
| Hex | 65 | 4A | 24 | 0 | 1B | 40 | 3C | 23 | 2F | 1B |
| Octal | 145 | 112 | 44 | 0 | 33 | 100 | 74 | 43 | 57 | 33 |
| Binary | 1100101 | 1001010 | 100100 | 0 | 11011 | 1000000 | 111100 | 100011 | 101111 | 11011 |
Color Harmonies of #654A24
Complementary color
Monochromatic Colors of #654A24
Black with #654A24
Text Example
Text Example
White with #654A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A24; }
p { color: rgb(101,74,36); }
H1.HeaderClassName
{
color: #654A24;
}
.AnyTagClassName
{
color: #654A24;
}
</style>
background-color css
<style>
a { background-color: #654A24; }
a { background-color: rgb(101,74,36); }
div.DivClassName
{
background-color: #654A24;
}
.BgClassName
{
background-color: #654A24;
}
</style>
border-color css
<style>
span { border-color: #654A24; }
span { border-color: rgb(101,74,36); }
td.TdClassName
{
border-color: #654A24;
}
.TagClassName
{
border-color: #654A24;
}
</style>