Shades of Cafe Royale #664726
Tints of Cafe Royale #664726
RGB
CMYK
RGB Variations
Color information
#664726 (or 0x664726) is known color: Cafe Royale. HEX triplet: 66, 47 and 26. RGB value is (102,71,38). Sum of RGB (Red+Green+Blue) = 102+71+38=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #664726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664726 is #99B8D9. Grayscale: #4C4C4C. Windows color (decimal): -10074330 or 2508646. OLE color: 2508646.
HSL color Cylindrical-coordinate representation of color #664726: hue angle of 30.94º 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 #664726 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 38 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.6 |
| HSL | 30.94º | 0.46% | 0.27% | - |
| HSV(B) | 30.94º | 0.63% | 0.4% | - |
| XYZ | 8.08 | 7.47 | 2.85 | - |
| YUV | 76.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 38 | 0 | 0.30 | 0.63 | 0.6 | 30.94 | 0.46 | 0.27 |
| Hex | 66 | 47 | 26 | 0 | 1E | 3F | 3C | 1F | 2E | 1B |
| Octal | 146 | 107 | 46 | 0 | 36 | 77 | 74 | 37 | 56 | 33 |
| Binary | 1100110 | 1000111 | 100110 | 0 | 11110 | 111111 | 111100 | 11111 | 101110 | 11011 |
Color Harmonies of #664726
Complementary color
Monochromatic Colors of #664726
Black with #664726
Text Example
Text Example
White with #664726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664726; }
p { color: rgb(102,71,38); }
H1.HeaderClassName
{
color: #664726;
}
.AnyTagClassName
{
color: #664726;
}
</style>
background-color css
<style>
a { background-color: #664726; }
a { background-color: rgb(102,71,38); }
div.DivClassName
{
background-color: #664726;
}
.BgClassName
{
background-color: #664726;
}
</style>
border-color css
<style>
span { border-color: #664726; }
span { border-color: rgb(102,71,38); }
td.TdClassName
{
border-color: #664726;
}
.TagClassName
{
border-color: #664726;
}
</style>