Shades of Cafe Royale #6B4C2B
Tints of Cafe Royale #6B4C2B
RGB
CMYK
RGB Variations
Color information
#6B4C2B (or 0x6B4C2B) is known color: Cafe Royale. HEX triplet: 6B, 4C and 2B. RGB value is (107,76,43). Sum of RGB (Red+Green+Blue) = 107+76+43=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4C2B is #94B3D4. Grayscale: #515151. Windows color (decimal): -9745365 or 2837611. OLE color: 2837611.
HSL color Cylindrical-coordinate representation of color #6B4C2B: hue angle of 30.94º 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 #6B4C2B is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 43 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.58 |
| HSL | 30.94º | 0.43% | 0.29% | - |
| HSV(B) | 30.94º | 0.6% | 0.42% | - |
| XYZ | 9.08 | 8.47 | 3.44 | - |
| YUV | 81.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 43 | 0 | 0.29 | 0.60 | 0.58 | 30.94 | 0.43 | 0.29 |
| Hex | 6B | 4C | 2B | 0 | 1D | 3C | 3A | 1F | 2B | 1D |
| Octal | 153 | 114 | 53 | 0 | 35 | 74 | 72 | 37 | 53 | 35 |
| Binary | 1101011 | 1001100 | 101011 | 0 | 11101 | 111100 | 111010 | 11111 | 101011 | 11101 |
Color Harmonies of #6B4C2B
Complementary color
Monochromatic Colors of #6B4C2B
Black with #6B4C2B
Text Example
Text Example
White with #6B4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C2B; }
p { color: rgb(107,76,43); }
H1.HeaderClassName
{
color: #6B4C2B;
}
.AnyTagClassName
{
color: #6B4C2B;
}
</style>
background-color css
<style>
a { background-color: #6B4C2B; }
a { background-color: rgb(107,76,43); }
div.DivClassName
{
background-color: #6B4C2B;
}
.BgClassName
{
background-color: #6B4C2B;
}
</style>
border-color css
<style>
span { border-color: #6B4C2B; }
span { border-color: rgb(107,76,43); }
td.TdClassName
{
border-color: #6B4C2B;
}
.TagClassName
{
border-color: #6B4C2B;
}
</style>