Shades of Cafe Royale #67482A
Tints of Cafe Royale #67482A
RGB
CMYK
RGB Variations
Color information
#67482A (or 0x67482A) is known color: Cafe Royale. HEX triplet: 67, 48 and 2A. RGB value is (103,72,42). Sum of RGB (Red+Green+Blue) = 103+72+42=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #67482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67482A is #98B7D5. Grayscale: #4E4E4E. Windows color (decimal): -10008534 or 2771047. OLE color: 2771047.
HSL color Cylindrical-coordinate representation of color #67482A: hue angle of 29.51º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67482A is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 72 | 42 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.60 |
| HSL | 29.51º | 0.42% | 0.28% | - |
| HSV(B) | 29.51º | 0.59% | 0.4% | - |
| XYZ | 8.33 | 7.69 | 3.23 | - |
| YUV | 77.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 42 | 0 | 0.30 | 0.59 | 0.60 | 29.51 | 0.42 | 0.28 |
| Hex | 67 | 48 | 2A | 0 | 1E | 3B | 3C | 1E | 2A | 1C |
| Octal | 147 | 110 | 52 | 0 | 36 | 73 | 74 | 36 | 52 | 34 |
| Binary | 1100111 | 1001000 | 101010 | 0 | 11110 | 111011 | 111100 | 11110 | 101010 | 11100 |
Color Harmonies of #67482A
Complementary color
Monochromatic Colors of #67482A
Black with #67482A
Text Example
Text Example
White with #67482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67482A; }
p { color: rgb(103,72,42); }
H1.HeaderClassName
{
color: #67482A;
}
.AnyTagClassName
{
color: #67482A;
}
</style>
background-color css
<style>
a { background-color: #67482A; }
a { background-color: rgb(103,72,42); }
div.DivClassName
{
background-color: #67482A;
}
.BgClassName
{
background-color: #67482A;
}
</style>
border-color css
<style>
span { border-color: #67482A; }
span { border-color: rgb(103,72,42); }
td.TdClassName
{
border-color: #67482A;
}
.TagClassName
{
border-color: #67482A;
}
</style>