Shades of Cafe Royale #654B25
Tints of Cafe Royale #654B25
RGB
CMYK
RGB Variations
Color information
#654B25 (or 0x654B25) is known color: Cafe Royale. HEX triplet: 65, 4B and 25. RGB value is (101,75,37). Sum of RGB (Red+Green+Blue) = 101+75+37=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #654B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B25 is #9AB4DA. Grayscale: #4E4E4E. Windows color (decimal): -10138843 or 2444133. OLE color: 2444133.
HSL color Cylindrical-coordinate representation of color #654B25: hue angle of 35.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654B25 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 37 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.60 |
| HSL | 35.63º | 0.46% | 0.27% | - |
| HSV(B) | 35.63º | 0.63% | 0.4% | - |
| XYZ | 8.22 | 7.93 | 2.85 | - |
| YUV | 78.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 37 | 0 | 0.26 | 0.63 | 0.60 | 35.63 | 0.46 | 0.27 |
| Hex | 65 | 4B | 25 | 0 | 1A | 3F | 3C | 24 | 2E | 1B |
| Octal | 145 | 113 | 45 | 0 | 32 | 77 | 74 | 44 | 56 | 33 |
| Binary | 1100101 | 1001011 | 100101 | 0 | 11010 | 111111 | 111100 | 100100 | 101110 | 11011 |
Color Harmonies of #654B25
Complementary color
Monochromatic Colors of #654B25
Black with #654B25
Text Example
Text Example
White with #654B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B25; }
p { color: rgb(101,75,37); }
H1.HeaderClassName
{
color: #654B25;
}
.AnyTagClassName
{
color: #654B25;
}
</style>
background-color css
<style>
a { background-color: #654B25; }
a { background-color: rgb(101,75,37); }
div.DivClassName
{
background-color: #654B25;
}
.BgClassName
{
background-color: #654B25;
}
</style>
border-color css
<style>
span { border-color: #654B25; }
span { border-color: rgb(101,75,37); }
td.TdClassName
{
border-color: #654B25;
}
.TagClassName
{
border-color: #654B25;
}
</style>