Shades of Cafe Royale #6A4E28
Tints of Cafe Royale #6A4E28
RGB
CMYK
RGB Variations
Color information
#6A4E28 (or 0x6A4E28) is known color: Cafe Royale. HEX triplet: 6A, 4E and 28. RGB value is (106,78,40). Sum of RGB (Red+Green+Blue) = 106+78+40=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E28 is #95B1D7. Grayscale: #525252. Windows color (decimal): -9810392 or 2641514. OLE color: 2641514.
HSL color Cylindrical-coordinate representation of color #6A4E28: hue angle of 34.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4E28 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 78 | 40 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.58 |
| HSL | 34.55º | 0.45% | 0.29% | - |
| HSV(B) | 34.55º | 0.62% | 0.42% | - |
| XYZ | 9.05 | 8.67 | 3.2 | - |
| YUV | 82.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 40 | 0 | 0.26 | 0.62 | 0.58 | 34.55 | 0.45 | 0.29 |
| Hex | 6A | 4E | 28 | 0 | 1A | 3E | 3A | 23 | 2D | 1D |
| Octal | 152 | 116 | 50 | 0 | 32 | 76 | 72 | 43 | 55 | 35 |
| Binary | 1101010 | 1001110 | 101000 | 0 | 11010 | 111110 | 111010 | 100011 | 101101 | 11101 |
Color Harmonies of #6A4E28
Complementary color
Monochromatic Colors of #6A4E28
Black with #6A4E28
Text Example
Text Example
White with #6A4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E28; }
p { color: rgb(106,78,40); }
H1.HeaderClassName
{
color: #6A4E28;
}
.AnyTagClassName
{
color: #6A4E28;
}
</style>
background-color css
<style>
a { background-color: #6A4E28; }
a { background-color: rgb(106,78,40); }
div.DivClassName
{
background-color: #6A4E28;
}
.BgClassName
{
background-color: #6A4E28;
}
</style>
border-color css
<style>
span { border-color: #6A4E28; }
span { border-color: rgb(106,78,40); }
td.TdClassName
{
border-color: #6A4E28;
}
.TagClassName
{
border-color: #6A4E28;
}
</style>