Shades of Don Juan #694D50
Tints of Don Juan #694D50
RGB
CMYK
RGB Variations
Color information
#694D50 (or 0x694D50) is known color: Don Juan. HEX triplet: 69, 4D and 50. RGB value is (105,77,80). Sum of RGB (Red+Green+Blue) = 105+77+80=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #694D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D50 is #96B2AF. Grayscale: #555555. Windows color (decimal): -9876144 or 5262697. OLE color: 5262697.
HSL color Cylindrical-coordinate representation of color #694D50: hue angle of 353.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #694D50 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 80 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.59 |
| HSL | 353.57º | 0.15% | 0.36% | - |
| HSV(B) | 353.57º | 0.27% | 0.41% | - |
| XYZ | 9.93 | 8.89 | 8.78 | - |
| YUV | 85.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 80 | 0 | 0.27 | 0.24 | 0.59 | 353.57 | 0.15 | 0.36 |
| Hex | 69 | 4D | 50 | 0 | 1B | 18 | 3B | 162 | F | 24 |
| Octal | 151 | 115 | 120 | 0 | 33 | 30 | 73 | 542 | 17 | 44 |
| Binary | 1101001 | 1001101 | 1010000 | 0 | 11011 | 11000 | 111011 | 101100010 | 1111 | 100100 |
Color Harmonies of #694D50
Complementary color
Monochromatic Colors of #694D50
Black with #694D50
Text Example
Text Example
White with #694D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D50; }
p { color: rgb(105,77,80); }
H1.HeaderClassName
{
color: #694D50;
}
.AnyTagClassName
{
color: #694D50;
}
</style>
background-color css
<style>
a { background-color: #694D50; }
a { background-color: rgb(105,77,80); }
div.DivClassName
{
background-color: #694D50;
}
.BgClassName
{
background-color: #694D50;
}
</style>
border-color css
<style>
span { border-color: #694D50; }
span { border-color: rgb(105,77,80); }
td.TdClassName
{
border-color: #694D50;
}
.TagClassName
{
border-color: #694D50;
}
</style>