Shades of Cafe Royale #6B4E2B
Tints of Cafe Royale #6B4E2B
RGB
CMYK
RGB Variations
Color information
#6B4E2B (or 0x6B4E2B) is known color: Cafe Royale. HEX triplet: 6B, 4E and 2B. RGB value is (107,78,43). Sum of RGB (Red+Green+Blue) = 107+78+43=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4E2B is #94B1D4. Grayscale: #525252. Windows color (decimal): -9744853 or 2838123. OLE color: 2838123.
HSL color Cylindrical-coordinate representation of color #6B4E2B: hue angle of 32.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B4E2B is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 43 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.58 |
| HSL | 32.81º | 0.43% | 0.29% | - |
| HSV(B) | 32.81º | 0.6% | 0.42% | - |
| XYZ | 9.22 | 8.75 | 3.49 | - |
| YUV | 82.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 43 | 0 | 0.27 | 0.60 | 0.58 | 32.81 | 0.43 | 0.29 |
| Hex | 6B | 4E | 2B | 0 | 1B | 3C | 3A | 21 | 2B | 1D |
| Octal | 153 | 116 | 53 | 0 | 33 | 74 | 72 | 41 | 53 | 35 |
| Binary | 1101011 | 1001110 | 101011 | 0 | 11011 | 111100 | 111010 | 100001 | 101011 | 11101 |
Color Harmonies of #6B4E2B
Complementary color
Monochromatic Colors of #6B4E2B
Black with #6B4E2B
Text Example
Text Example
White with #6B4E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E2B; }
p { color: rgb(107,78,43); }
H1.HeaderClassName
{
color: #6B4E2B;
}
.AnyTagClassName
{
color: #6B4E2B;
}
</style>
background-color css
<style>
a { background-color: #6B4E2B; }
a { background-color: rgb(107,78,43); }
div.DivClassName
{
background-color: #6B4E2B;
}
.BgClassName
{
background-color: #6B4E2B;
}
</style>
border-color css
<style>
span { border-color: #6B4E2B; }
span { border-color: rgb(107,78,43); }
td.TdClassName
{
border-color: #6B4E2B;
}
.TagClassName
{
border-color: #6B4E2B;
}
</style>