Shades of Cafe Royale #6D4A29
Tints of Cafe Royale #6D4A29
RGB
CMYK
RGB Variations
Color information
#6D4A29 (or 0x6D4A29) is known color: Cafe Royale. HEX triplet: 6D, 4A and 29. RGB value is (109,74,41). Sum of RGB (Red+Green+Blue) = 109+74+41=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A29 is #92B5D6. Grayscale: #505050. Windows color (decimal): -9614807 or 2706029. OLE color: 2706029.
HSL color Cylindrical-coordinate representation of color #6D4A29: hue angle of 29.12º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4A29 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 41 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.57 |
| HSL | 29.12º | 0.45% | 0.29% | - |
| HSV(B) | 29.12º | 0.62% | 0.43% | - |
| XYZ | 9.16 | 8.31 | 3.22 | - |
| YUV | 80.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 41 | 0 | 0.32 | 0.62 | 0.57 | 29.12 | 0.45 | 0.29 |
| Hex | 6D | 4A | 29 | 0 | 20 | 3E | 39 | 1D | 2D | 1D |
| Octal | 155 | 112 | 51 | 0 | 40 | 76 | 71 | 35 | 55 | 35 |
| Binary | 1101101 | 1001010 | 101001 | 0 | 100000 | 111110 | 111001 | 11101 | 101101 | 11101 |
Color Harmonies of #6D4A29
Complementary color
Monochromatic Colors of #6D4A29
Black with #6D4A29
Text Example
Text Example
White with #6D4A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A29; }
p { color: rgb(109,74,41); }
H1.HeaderClassName
{
color: #6D4A29;
}
.AnyTagClassName
{
color: #6D4A29;
}
</style>
background-color css
<style>
a { background-color: #6D4A29; }
a { background-color: rgb(109,74,41); }
div.DivClassName
{
background-color: #6D4A29;
}
.BgClassName
{
background-color: #6D4A29;
}
</style>
border-color css
<style>
span { border-color: #6D4A29; }
span { border-color: rgb(109,74,41); }
td.TdClassName
{
border-color: #6D4A29;
}
.TagClassName
{
border-color: #6D4A29;
}
</style>