Shades of Cafe Royale #664B27
Tints of Cafe Royale #664B27
RGB
CMYK
RGB Variations
Color information
#664B27 (or 0x664B27) is known color: Cafe Royale. HEX triplet: 66, 4B and 27. RGB value is (102,75,39). Sum of RGB (Red+Green+Blue) = 102+75+39=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #664B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B27 is #99B4D8. Grayscale: #4F4F4F. Windows color (decimal): -10073305 or 2575206. OLE color: 2575206.
HSL color Cylindrical-coordinate representation of color #664B27: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664B27 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 75 | 39 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.6 |
| HSL | 34.29º | 0.45% | 0.28% | - |
| HSV(B) | 34.29º | 0.62% | 0.4% | - |
| XYZ | 8.36 | 8 | 3.02 | - |
| YUV | 78.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 39 | 0 | 0.26 | 0.62 | 0.6 | 34.29 | 0.45 | 0.28 |
| Hex | 66 | 4B | 27 | 0 | 1A | 3E | 3C | 22 | 2D | 1C |
| Octal | 146 | 113 | 47 | 0 | 32 | 76 | 74 | 42 | 55 | 34 |
| Binary | 1100110 | 1001011 | 100111 | 0 | 11010 | 111110 | 111100 | 100010 | 101101 | 11100 |
Color Harmonies of #664B27
Complementary color
Monochromatic Colors of #664B27
Black with #664B27
Text Example
Text Example
White with #664B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664B27; }
p { color: rgb(102,75,39); }
H1.HeaderClassName
{
color: #664B27;
}
.AnyTagClassName
{
color: #664B27;
}
</style>
background-color css
<style>
a { background-color: #664B27; }
a { background-color: rgb(102,75,39); }
div.DivClassName
{
background-color: #664B27;
}
.BgClassName
{
background-color: #664B27;
}
</style>
border-color css
<style>
span { border-color: #664B27; }
span { border-color: rgb(102,75,39); }
td.TdClassName
{
border-color: #664B27;
}
.TagClassName
{
border-color: #664B27;
}
</style>