Shades of Cafe Royale #674D22
Tints of Cafe Royale #674D22
RGB
CMYK
RGB Variations
Color information
#674D22 (or 0x674D22) is known color: Cafe Royale. HEX triplet: 67, 4D and 22. RGB value is (103,77,34). Sum of RGB (Red+Green+Blue) = 103+77+34=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #674D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D22 is #98B2DD. Grayscale: #505050. Windows color (decimal): -10007262 or 2248039. OLE color: 2248039.
HSL color Cylindrical-coordinate representation of color #674D22: hue angle of 37.39º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674D22 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 34 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.60 |
| HSL | 37.39º | 0.5% | 0.27% | - |
| HSV(B) | 37.39º | 0.67% | 0.4% | - |
| XYZ | 8.54 | 8.31 | 2.67 | - |
| YUV | 79.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 34 | 0 | 0.25 | 0.67 | 0.60 | 37.39 | 0.5 | 0.27 |
| Hex | 67 | 4D | 22 | 0 | 19 | 43 | 3C | 25 | 32 | 1B |
| Octal | 147 | 115 | 42 | 0 | 31 | 103 | 74 | 45 | 62 | 33 |
| Binary | 1100111 | 1001101 | 100010 | 0 | 11001 | 1000011 | 111100 | 100101 | 110010 | 11011 |
Color Harmonies of #674D22
Complementary color
Monochromatic Colors of #674D22
Black with #674D22
Text Example
Text Example
White with #674D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D22; }
p { color: rgb(103,77,34); }
H1.HeaderClassName
{
color: #674D22;
}
.AnyTagClassName
{
color: #674D22;
}
</style>
background-color css
<style>
a { background-color: #674D22; }
a { background-color: rgb(103,77,34); }
div.DivClassName
{
background-color: #674D22;
}
.BgClassName
{
background-color: #674D22;
}
</style>
border-color css
<style>
span { border-color: #674D22; }
span { border-color: rgb(103,77,34); }
td.TdClassName
{
border-color: #674D22;
}
.TagClassName
{
border-color: #674D22;
}
</style>