Shades of Cafe Royale #6D502C
Tints of Cafe Royale #6D502C
RGB
CMYK
RGB Variations
Color information
#6D502C (or 0x6D502C) is known color: Cafe Royale. HEX triplet: 6D, 50 and 2C. RGB value is (109,80,44). Sum of RGB (Red+Green+Blue) = 109+80+44=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D502C is #92AFD3. Grayscale: #545454. Windows color (decimal): -9613268 or 2904173. OLE color: 2904173.
HSL color Cylindrical-coordinate representation of color #6D502C: hue angle of 33.23º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D502C is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 44 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.57 |
| HSL | 33.23º | 0.42% | 0.3% | - |
| HSV(B) | 33.23º | 0.6% | 0.43% | - |
| XYZ | 9.63 | 9.17 | 3.65 | - |
| YUV | 84.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 44 | 0 | 0.27 | 0.60 | 0.57 | 33.23 | 0.42 | 0.3 |
| Hex | 6D | 50 | 2C | 0 | 1B | 3C | 39 | 21 | 2A | 1E |
| Octal | 155 | 120 | 54 | 0 | 33 | 74 | 71 | 41 | 52 | 36 |
| Binary | 1101101 | 1010000 | 101100 | 0 | 11011 | 111100 | 111001 | 100001 | 101010 | 11110 |
Color Harmonies of #6D502C
Complementary color
Monochromatic Colors of #6D502C
Black with #6D502C
Text Example
Text Example
White with #6D502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D502C; }
p { color: rgb(109,80,44); }
H1.HeaderClassName
{
color: #6D502C;
}
.AnyTagClassName
{
color: #6D502C;
}
</style>
background-color css
<style>
a { background-color: #6D502C; }
a { background-color: rgb(109,80,44); }
div.DivClassName
{
background-color: #6D502C;
}
.BgClassName
{
background-color: #6D502C;
}
</style>
border-color css
<style>
span { border-color: #6D502C; }
span { border-color: rgb(109,80,44); }
td.TdClassName
{
border-color: #6D502C;
}
.TagClassName
{
border-color: #6D502C;
}
</style>