Shades of Cafe Royale #674528
Tints of Cafe Royale #674528
RGB
CMYK
RGB Variations
Color information
#674528 (or 0x674528) is known color: Cafe Royale. HEX triplet: 67, 45 and 28. RGB value is (103,69,40). Sum of RGB (Red+Green+Blue) = 103+69+40=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #674528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674528 is #98BAD7. Grayscale: #4C4C4C. Windows color (decimal): -10009304 or 2639207. OLE color: 2639207.
HSL color Cylindrical-coordinate representation of color #674528: hue angle of 27.62º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674528 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 40 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.60 |
| HSL | 27.62º | 0.44% | 0.28% | - |
| HSV(B) | 27.62º | 0.61% | 0.4% | - |
| XYZ | 8.1 | 7.29 | 2.99 | - |
| YUV | 75.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 40 | 0 | 0.33 | 0.61 | 0.60 | 27.62 | 0.44 | 0.28 |
| Hex | 67 | 45 | 28 | 0 | 21 | 3D | 3C | 1C | 2C | 1C |
| Octal | 147 | 105 | 50 | 0 | 41 | 75 | 74 | 34 | 54 | 34 |
| Binary | 1100111 | 1000101 | 101000 | 0 | 100001 | 111101 | 111100 | 11100 | 101100 | 11100 |
Color Harmonies of #674528
Complementary color
Monochromatic Colors of #674528
Black with #674528
Text Example
Text Example
White with #674528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674528; }
p { color: rgb(103,69,40); }
H1.HeaderClassName
{
color: #674528;
}
.AnyTagClassName
{
color: #674528;
}
</style>
background-color css
<style>
a { background-color: #674528; }
a { background-color: rgb(103,69,40); }
div.DivClassName
{
background-color: #674528;
}
.BgClassName
{
background-color: #674528;
}
</style>
border-color css
<style>
span { border-color: #674528; }
span { border-color: rgb(103,69,40); }
td.TdClassName
{
border-color: #674528;
}
.TagClassName
{
border-color: #674528;
}
</style>