Shades of Cafe Royale #6A4B24
Tints of Cafe Royale #6A4B24
RGB
CMYK
RGB Variations
Color information
#6A4B24 (or 0x6A4B24) is known color: Cafe Royale. HEX triplet: 6A, 4B and 24. RGB value is (106,75,36). Sum of RGB (Red+Green+Blue) = 106+75+36=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4B24 is #95B4DB. Grayscale: #505050. Windows color (decimal): -9811164 or 2378602. OLE color: 2378602.
HSL color Cylindrical-coordinate representation of color #6A4B24: hue angle of 33.43º degrees, saturation: 0.49, 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 #6A4B24 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 75 | 36 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.58 |
| HSL | 33.43º | 0.49% | 0.28% | - |
| HSV(B) | 33.43º | 0.66% | 0.42% | - |
| XYZ | 8.78 | 8.22 | 2.79 | - |
| YUV | 79.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 75 | 36 | 0 | 0.29 | 0.66 | 0.58 | 33.43 | 0.49 | 0.28 |
| Hex | 6A | 4B | 24 | 0 | 1D | 42 | 3A | 21 | 31 | 1C |
| Octal | 152 | 113 | 44 | 0 | 35 | 102 | 72 | 41 | 61 | 34 |
| Binary | 1101010 | 1001011 | 100100 | 0 | 11101 | 1000010 | 111010 | 100001 | 110001 | 11100 |
Color Harmonies of #6A4B24
Complementary color
Monochromatic Colors of #6A4B24
Black with #6A4B24
Text Example
Text Example
White with #6A4B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4B24; }
p { color: rgb(106,75,36); }
H1.HeaderClassName
{
color: #6A4B24;
}
.AnyTagClassName
{
color: #6A4B24;
}
</style>
background-color css
<style>
a { background-color: #6A4B24; }
a { background-color: rgb(106,75,36); }
div.DivClassName
{
background-color: #6A4B24;
}
.BgClassName
{
background-color: #6A4B24;
}
</style>
border-color css
<style>
span { border-color: #6A4B24; }
span { border-color: rgb(106,75,36); }
td.TdClassName
{
border-color: #6A4B24;
}
.TagClassName
{
border-color: #6A4B24;
}
</style>