Shades of Cafe Royale #694C29
Tints of Cafe Royale #694C29
RGB
CMYK
RGB Variations
Color information
#694C29 (or 0x694C29) is known color: Cafe Royale. HEX triplet: 69, 4C and 29. RGB value is (105,76,41). Sum of RGB (Red+Green+Blue) = 105+76+41=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C29 is #96B3D6. Grayscale: #505050. Windows color (decimal): -9876439 or 2706537. OLE color: 2706537.
HSL color Cylindrical-coordinate representation of color #694C29: hue angle of 32.81º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694C29 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 41 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.59 |
| HSL | 32.81º | 0.44% | 0.29% | - |
| HSV(B) | 32.81º | 0.61% | 0.41% | - |
| XYZ | 8.81 | 8.33 | 3.24 | - |
| YUV | 80.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 41 | 0 | 0.28 | 0.61 | 0.59 | 32.81 | 0.44 | 0.29 |
| Hex | 69 | 4C | 29 | 0 | 1C | 3D | 3B | 21 | 2C | 1D |
| Octal | 151 | 114 | 51 | 0 | 34 | 75 | 73 | 41 | 54 | 35 |
| Binary | 1101001 | 1001100 | 101001 | 0 | 11100 | 111101 | 111011 | 100001 | 101100 | 11101 |
Color Harmonies of #694C29
Complementary color
Monochromatic Colors of #694C29
Black with #694C29
Text Example
Text Example
White with #694C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C29; }
p { color: rgb(105,76,41); }
H1.HeaderClassName
{
color: #694C29;
}
.AnyTagClassName
{
color: #694C29;
}
</style>
background-color css
<style>
a { background-color: #694C29; }
a { background-color: rgb(105,76,41); }
div.DivClassName
{
background-color: #694C29;
}
.BgClassName
{
background-color: #694C29;
}
</style>
border-color css
<style>
span { border-color: #694C29; }
span { border-color: rgb(105,76,41); }
td.TdClassName
{
border-color: #694C29;
}
.TagClassName
{
border-color: #694C29;
}
</style>