Shades of Cafe Royale #654B24
Tints of Cafe Royale #654B24
RGB
CMYK
RGB Variations
Color information
#654B24 (or 0x654B24) is known color: Cafe Royale. HEX triplet: 65, 4B and 24. RGB value is (101,75,36). Sum of RGB (Red+Green+Blue) = 101+75+36=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #654B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B24 is #9AB4DB. Grayscale: #4E4E4E. Windows color (decimal): -10138844 or 2378597. OLE color: 2378597.
HSL color Cylindrical-coordinate representation of color #654B24: hue angle of 36º 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 #654B24 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 36 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.60 |
| HSL | 36º | 0.47% | 0.27% | - |
| HSV(B) | 36º | 0.64% | 0.4% | - |
| XYZ | 8.2 | 7.93 | 2.77 | - |
| YUV | 78.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 36 | 0 | 0.26 | 0.64 | 0.60 | 36 | 0.47 | 0.27 |
| Hex | 65 | 4B | 24 | 0 | 1A | 40 | 3C | 24 | 2F | 1B |
| Octal | 145 | 113 | 44 | 0 | 32 | 100 | 74 | 44 | 57 | 33 |
| Binary | 1100101 | 1001011 | 100100 | 0 | 11010 | 1000000 | 111100 | 100100 | 101111 | 11011 |
Color Harmonies of #654B24
Complementary color
Monochromatic Colors of #654B24
Black with #654B24
Text Example
Text Example
White with #654B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B24; }
p { color: rgb(101,75,36); }
H1.HeaderClassName
{
color: #654B24;
}
.AnyTagClassName
{
color: #654B24;
}
</style>
background-color css
<style>
a { background-color: #654B24; }
a { background-color: rgb(101,75,36); }
div.DivClassName
{
background-color: #654B24;
}
.BgClassName
{
background-color: #654B24;
}
</style>
border-color css
<style>
span { border-color: #654B24; }
span { border-color: rgb(101,75,36); }
td.TdClassName
{
border-color: #654B24;
}
.TagClassName
{
border-color: #654B24;
}
</style>