Shades of Cafe Royale #664925
Tints of Cafe Royale #664925
RGB
CMYK
RGB Variations
Color information
#664925 (or 0x664925) is known color: Cafe Royale. HEX triplet: 66, 49 and 25. RGB value is (102,73,37). Sum of RGB (Red+Green+Blue) = 102+73+37=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #664925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664925 is #99B6DA. Grayscale: #4D4D4D. Windows color (decimal): -10073819 or 2443622. OLE color: 2443622.
HSL color Cylindrical-coordinate representation of color #664925: hue angle of 33.23º 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 #664925 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 37 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.6 |
| HSL | 33.23º | 0.47% | 0.27% | - |
| HSV(B) | 33.23º | 0.64% | 0.4% | - |
| XYZ | 8.2 | 7.72 | 2.81 | - |
| YUV | 77.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 37 | 0 | 0.28 | 0.64 | 0.6 | 33.23 | 0.47 | 0.27 |
| Hex | 66 | 49 | 25 | 0 | 1C | 40 | 3C | 21 | 2F | 1B |
| Octal | 146 | 111 | 45 | 0 | 34 | 100 | 74 | 41 | 57 | 33 |
| Binary | 1100110 | 1001001 | 100101 | 0 | 11100 | 1000000 | 111100 | 100001 | 101111 | 11011 |
Color Harmonies of #664925
Complementary color
Monochromatic Colors of #664925
Black with #664925
Text Example
Text Example
White with #664925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664925; }
p { color: rgb(102,73,37); }
H1.HeaderClassName
{
color: #664925;
}
.AnyTagClassName
{
color: #664925;
}
</style>
background-color css
<style>
a { background-color: #664925; }
a { background-color: rgb(102,73,37); }
div.DivClassName
{
background-color: #664925;
}
.BgClassName
{
background-color: #664925;
}
</style>
border-color css
<style>
span { border-color: #664925; }
span { border-color: rgb(102,73,37); }
td.TdClassName
{
border-color: #664925;
}
.TagClassName
{
border-color: #664925;
}
</style>