Shades of Cafe Royale #674626
Tints of Cafe Royale #674626
RGB
CMYK
RGB Variations
Color information
#674626 (or 0x674626) is known color: Cafe Royale. HEX triplet: 67, 46 and 26. RGB value is (103,70,38). Sum of RGB (Red+Green+Blue) = 103+70+38=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #674626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674626 is #98B9D9. Grayscale: #4C4C4C. Windows color (decimal): -10009050 or 2508391. OLE color: 2508391.
HSL color Cylindrical-coordinate representation of color #674626: hue angle of 29.54º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674626 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 38 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.60 |
| HSL | 29.54º | 0.46% | 0.28% | - |
| HSV(B) | 29.54º | 0.63% | 0.4% | - |
| XYZ | 8.13 | 7.4 | 2.83 | - |
| YUV | 76.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 38 | 0 | 0.32 | 0.63 | 0.60 | 29.54 | 0.46 | 0.28 |
| Hex | 67 | 46 | 26 | 0 | 20 | 3F | 3C | 1E | 2E | 1C |
| Octal | 147 | 106 | 46 | 0 | 40 | 77 | 74 | 36 | 56 | 34 |
| Binary | 1100111 | 1000110 | 100110 | 0 | 100000 | 111111 | 111100 | 11110 | 101110 | 11100 |
Color Harmonies of #674626
Complementary color
Monochromatic Colors of #674626
Black with #674626
Text Example
Text Example
White with #674626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674626; }
p { color: rgb(103,70,38); }
H1.HeaderClassName
{
color: #674626;
}
.AnyTagClassName
{
color: #674626;
}
</style>
background-color css
<style>
a { background-color: #674626; }
a { background-color: rgb(103,70,38); }
div.DivClassName
{
background-color: #674626;
}
.BgClassName
{
background-color: #674626;
}
</style>
border-color css
<style>
span { border-color: #674626; }
span { border-color: rgb(103,70,38); }
td.TdClassName
{
border-color: #674626;
}
.TagClassName
{
border-color: #674626;
}
</style>