Shades of Cafe Royale #6D4625
Tints of Cafe Royale #6D4625
RGB
CMYK
RGB Variations
Color information
#6D4625 (or 0x6D4625) is known color: Cafe Royale. HEX triplet: 6D, 46 and 25. RGB value is (109,70,37). Sum of RGB (Red+Green+Blue) = 109+70+37=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4625 is #92B9DA. Grayscale: #4E4E4E. Windows color (decimal): -9615835 or 2442861. OLE color: 2442861.
HSL color Cylindrical-coordinate representation of color #6D4625: hue angle of 27.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4625 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 37 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.57 |
| HSL | 27.5º | 0.49% | 0.29% | - |
| HSV(B) | 27.5º | 0.66% | 0.43% | - |
| XYZ | 8.83 | 7.77 | 2.78 | - |
| YUV | 77.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 37 | 0 | 0.36 | 0.66 | 0.57 | 27.5 | 0.49 | 0.29 |
| Hex | 6D | 46 | 25 | 0 | 24 | 42 | 39 | 1C | 31 | 1D |
| Octal | 155 | 106 | 45 | 0 | 44 | 102 | 71 | 34 | 61 | 35 |
| Binary | 1101101 | 1000110 | 100101 | 0 | 100100 | 1000010 | 111001 | 11100 | 110001 | 11101 |
Color Harmonies of #6D4625
Complementary color
Monochromatic Colors of #6D4625
Black with #6D4625
Text Example
Text Example
White with #6D4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4625; }
p { color: rgb(109,70,37); }
H1.HeaderClassName
{
color: #6D4625;
}
.AnyTagClassName
{
color: #6D4625;
}
</style>
background-color css
<style>
a { background-color: #6D4625; }
a { background-color: rgb(109,70,37); }
div.DivClassName
{
background-color: #6D4625;
}
.BgClassName
{
background-color: #6D4625;
}
</style>
border-color css
<style>
span { border-color: #6D4625; }
span { border-color: rgb(109,70,37); }
td.TdClassName
{
border-color: #6D4625;
}
.TagClassName
{
border-color: #6D4625;
}
</style>