Shades of Cafe Royale #6B4C2A
Tints of Cafe Royale #6B4C2A
RGB
CMYK
RGB Variations
Color information
#6B4C2A (or 0x6B4C2A) is known color: Cafe Royale. HEX triplet: 6B, 4C and 2A. RGB value is (107,76,42). Sum of RGB (Red+Green+Blue) = 107+76+42=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4C2A is #94B3D5. Grayscale: #515151. Windows color (decimal): -9745366 or 2772075. OLE color: 2772075.
HSL color Cylindrical-coordinate representation of color #6B4C2A: hue angle of 31.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B4C2A is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 42 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.58 |
| HSL | 31.38º | 0.44% | 0.29% | - |
| HSV(B) | 31.38º | 0.61% | 0.42% | - |
| XYZ | 9.07 | 8.46 | 3.35 | - |
| YUV | 81.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 42 | 0 | 0.29 | 0.61 | 0.58 | 31.38 | 0.44 | 0.29 |
| Hex | 6B | 4C | 2A | 0 | 1D | 3D | 3A | 1F | 2C | 1D |
| Octal | 153 | 114 | 52 | 0 | 35 | 75 | 72 | 37 | 54 | 35 |
| Binary | 1101011 | 1001100 | 101010 | 0 | 11101 | 111101 | 111010 | 11111 | 101100 | 11101 |
Color Harmonies of #6B4C2A
Complementary color
Monochromatic Colors of #6B4C2A
Black with #6B4C2A
Text Example
Text Example
White with #6B4C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C2A; }
p { color: rgb(107,76,42); }
H1.HeaderClassName
{
color: #6B4C2A;
}
.AnyTagClassName
{
color: #6B4C2A;
}
</style>
background-color css
<style>
a { background-color: #6B4C2A; }
a { background-color: rgb(107,76,42); }
div.DivClassName
{
background-color: #6B4C2A;
}
.BgClassName
{
background-color: #6B4C2A;
}
</style>
border-color css
<style>
span { border-color: #6B4C2A; }
span { border-color: rgb(107,76,42); }
td.TdClassName
{
border-color: #6B4C2A;
}
.TagClassName
{
border-color: #6B4C2A;
}
</style>