Shades of Cafe Royale #6B4824
Tints of Cafe Royale #6B4824
RGB
CMYK
RGB Variations
Color information
#6B4824 (or 0x6B4824) is known color: Cafe Royale. HEX triplet: 6B, 48 and 24. RGB value is (107,72,36). Sum of RGB (Red+Green+Blue) = 107+72+36=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4824 is #94B7DB. Grayscale: #4E4E4E. Windows color (decimal): -9746396 or 2377835. OLE color: 2377835.
HSL color Cylindrical-coordinate representation of color #6B4824: hue angle of 30.42º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B4824 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 72 | 36 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.58 |
| HSL | 30.42º | 0.5% | 0.28% | - |
| HSV(B) | 30.42º | 0.66% | 0.42% | - |
| XYZ | 8.7 | 7.89 | 2.73 | - |
| YUV | 78.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 36 | 0 | 0.33 | 0.66 | 0.58 | 30.42 | 0.5 | 0.28 |
| Hex | 6B | 48 | 24 | 0 | 21 | 42 | 3A | 1E | 32 | 1C |
| Octal | 153 | 110 | 44 | 0 | 41 | 102 | 72 | 36 | 62 | 34 |
| Binary | 1101011 | 1001000 | 100100 | 0 | 100001 | 1000010 | 111010 | 11110 | 110010 | 11100 |
Color Harmonies of #6B4824
Complementary color
Monochromatic Colors of #6B4824
Black with #6B4824
Text Example
Text Example
White with #6B4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4824; }
p { color: rgb(107,72,36); }
H1.HeaderClassName
{
color: #6B4824;
}
.AnyTagClassName
{
color: #6B4824;
}
</style>
background-color css
<style>
a { background-color: #6B4824; }
a { background-color: rgb(107,72,36); }
div.DivClassName
{
background-color: #6B4824;
}
.BgClassName
{
background-color: #6B4824;
}
</style>
border-color css
<style>
span { border-color: #6B4824; }
span { border-color: rgb(107,72,36); }
td.TdClassName
{
border-color: #6B4824;
}
.TagClassName
{
border-color: #6B4824;
}
</style>