Shades of Cafe Royale #6B482B
Tints of Cafe Royale #6B482B
RGB
CMYK
RGB Variations
Color information
#6B482B (or 0x6B482B) is known color: Cafe Royale. HEX triplet: 6B, 48 and 2B. RGB value is (107,72,43). Sum of RGB (Red+Green+Blue) = 107+72+43=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B482B is #94B7D4. Grayscale: #4F4F4F. Windows color (decimal): -9746389 or 2836587. OLE color: 2836587.
HSL color Cylindrical-coordinate representation of color #6B482B: hue angle of 27.19º 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 #6B482B is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 72 | 43 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.58 |
| HSL | 27.19º | 0.43% | 0.29% | - |
| HSV(B) | 27.19º | 0.6% | 0.42% | - |
| XYZ | 8.82 | 7.93 | 3.35 | - |
| YUV | 79.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 43 | 0 | 0.33 | 0.60 | 0.58 | 27.19 | 0.43 | 0.29 |
| Hex | 6B | 48 | 2B | 0 | 21 | 3C | 3A | 1B | 2B | 1D |
| Octal | 153 | 110 | 53 | 0 | 41 | 74 | 72 | 33 | 53 | 35 |
| Binary | 1101011 | 1001000 | 101011 | 0 | 100001 | 111100 | 111010 | 11011 | 101011 | 11101 |
Color Harmonies of #6B482B
Complementary color
Monochromatic Colors of #6B482B
Black with #6B482B
Text Example
Text Example
White with #6B482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B482B; }
p { color: rgb(107,72,43); }
H1.HeaderClassName
{
color: #6B482B;
}
.AnyTagClassName
{
color: #6B482B;
}
</style>
background-color css
<style>
a { background-color: #6B482B; }
a { background-color: rgb(107,72,43); }
div.DivClassName
{
background-color: #6B482B;
}
.BgClassName
{
background-color: #6B482B;
}
</style>
border-color css
<style>
span { border-color: #6B482B; }
span { border-color: rgb(107,72,43); }
td.TdClassName
{
border-color: #6B482B;
}
.TagClassName
{
border-color: #6B482B;
}
</style>