Shades of Cafe Royale #6D4B26
Tints of Cafe Royale #6D4B26
RGB
CMYK
RGB Variations
Color information
#6D4B26 (or 0x6D4B26) is known color: Cafe Royale. HEX triplet: 6D, 4B and 26. RGB value is (109,75,38). Sum of RGB (Red+Green+Blue) = 109+75+38=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B26 is #92B4D9. Grayscale: #515151. Windows color (decimal): -9614554 or 2509677. OLE color: 2509677.
HSL color Cylindrical-coordinate representation of color #6D4B26: hue angle of 31.27º 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 #6D4B26 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 38 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.57 |
| HSL | 31.27º | 0.48% | 0.29% | - |
| HSV(B) | 31.27º | 0.65% | 0.43% | - |
| XYZ | 9.17 | 8.42 | 2.98 | - |
| YUV | 80.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 38 | 0 | 0.31 | 0.65 | 0.57 | 31.27 | 0.48 | 0.29 |
| Hex | 6D | 4B | 26 | 0 | 1F | 41 | 39 | 1F | 30 | 1D |
| Octal | 155 | 113 | 46 | 0 | 37 | 101 | 71 | 37 | 60 | 35 |
| Binary | 1101101 | 1001011 | 100110 | 0 | 11111 | 1000001 | 111001 | 11111 | 110000 | 11101 |
Color Harmonies of #6D4B26
Complementary color
Monochromatic Colors of #6D4B26
Black with #6D4B26
Text Example
Text Example
White with #6D4B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B26; }
p { color: rgb(109,75,38); }
H1.HeaderClassName
{
color: #6D4B26;
}
.AnyTagClassName
{
color: #6D4B26;
}
</style>
background-color css
<style>
a { background-color: #6D4B26; }
a { background-color: rgb(109,75,38); }
div.DivClassName
{
background-color: #6D4B26;
}
.BgClassName
{
background-color: #6D4B26;
}
</style>
border-color css
<style>
span { border-color: #6D4B26; }
span { border-color: rgb(109,75,38); }
td.TdClassName
{
border-color: #6D4B26;
}
.TagClassName
{
border-color: #6D4B26;
}
</style>