Shades of Cafe Royale #6D4A26
Tints of Cafe Royale #6D4A26
RGB
CMYK
RGB Variations
Color information
#6D4A26 (or 0x6D4A26) is known color: Cafe Royale. HEX triplet: 6D, 4A and 26. RGB value is (109,74,38). Sum of RGB (Red+Green+Blue) = 109+74+38=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A26 is #92B5D9. Grayscale: #505050. Windows color (decimal): -9614810 or 2509421. OLE color: 2509421.
HSL color Cylindrical-coordinate representation of color #6D4A26: hue angle of 30.42º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D4A26 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 38 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.57 |
| HSL | 30.42º | 0.48% | 0.29% | - |
| HSV(B) | 30.42º | 0.65% | 0.43% | - |
| XYZ | 9.11 | 8.29 | 2.95 | - |
| YUV | 80.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 38 | 0 | 0.32 | 0.65 | 0.57 | 30.42 | 0.48 | 0.29 |
| Hex | 6D | 4A | 26 | 0 | 20 | 41 | 39 | 1E | 30 | 1D |
| Octal | 155 | 112 | 46 | 0 | 40 | 101 | 71 | 36 | 60 | 35 |
| Binary | 1101101 | 1001010 | 100110 | 0 | 100000 | 1000001 | 111001 | 11110 | 110000 | 11101 |
Color Harmonies of #6D4A26
Complementary color
Monochromatic Colors of #6D4A26
Black with #6D4A26
Text Example
Text Example
White with #6D4A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A26; }
p { color: rgb(109,74,38); }
H1.HeaderClassName
{
color: #6D4A26;
}
.AnyTagClassName
{
color: #6D4A26;
}
</style>
background-color css
<style>
a { background-color: #6D4A26; }
a { background-color: rgb(109,74,38); }
div.DivClassName
{
background-color: #6D4A26;
}
.BgClassName
{
background-color: #6D4A26;
}
</style>
border-color css
<style>
span { border-color: #6D4A26; }
span { border-color: rgb(109,74,38); }
td.TdClassName
{
border-color: #6D4A26;
}
.TagClassName
{
border-color: #6D4A26;
}
</style>