Shades of Don Juan #694E51
Tints of Don Juan #694E51
RGB
CMYK
RGB Variations
Color information
#694E51 (or 0x694E51) is known color: Don Juan. HEX triplet: 69, 4E and 51. RGB value is (105,78,81). Sum of RGB (Red+Green+Blue) = 105+78+81=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #694E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E51 is #96B1AE. Grayscale: #565656. Windows color (decimal): -9875887 or 5328489. OLE color: 5328489.
HSL color Cylindrical-coordinate representation of color #694E51: hue angle of 353.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E51 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 81 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.59 |
| HSL | 353.33º | 0.15% | 0.36% | - |
| HSV(B) | 353.33º | 0.26% | 0.41% | - |
| XYZ | 10.04 | 9.05 | 9 | - |
| YUV | 86.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 81 | 0 | 0.26 | 0.23 | 0.59 | 353.33 | 0.15 | 0.36 |
| Hex | 69 | 4E | 51 | 0 | 1A | 17 | 3B | 161 | F | 24 |
| Octal | 151 | 116 | 121 | 0 | 32 | 27 | 73 | 541 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1010001 | 0 | 11010 | 10111 | 111011 | 101100001 | 1111 | 100100 |
Color Harmonies of #694E51
Complementary color
Monochromatic Colors of #694E51
Black with #694E51
Text Example
Text Example
White with #694E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E51; }
p { color: rgb(105,78,81); }
H1.HeaderClassName
{
color: #694E51;
}
.AnyTagClassName
{
color: #694E51;
}
</style>
background-color css
<style>
a { background-color: #694E51; }
a { background-color: rgb(105,78,81); }
div.DivClassName
{
background-color: #694E51;
}
.BgClassName
{
background-color: #694E51;
}
</style>
border-color css
<style>
span { border-color: #694E51; }
span { border-color: rgb(105,78,81); }
td.TdClassName
{
border-color: #694E51;
}
.TagClassName
{
border-color: #694E51;
}
</style>