Shades of Don Juan #694D52
Tints of Don Juan #694D52
RGB
CMYK
RGB Variations
Color information
#694D52 (or 0x694D52) is known color: Don Juan. HEX triplet: 69, 4D and 52. RGB value is (105,77,82). Sum of RGB (Red+Green+Blue) = 105+77+82=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #694D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D52 is #96B2AD. Grayscale: #555555. Windows color (decimal): -9876142 or 5393769. OLE color: 5393769.
HSL color Cylindrical-coordinate representation of color #694D52: hue angle of 349.29º 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 #694D52 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 82 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.59 |
| HSL | 349.29º | 0.15% | 0.36% | - |
| HSV(B) | 349.29º | 0.27% | 0.41% | - |
| XYZ | 10 | 8.92 | 9.18 | - |
| YUV | 85.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 82 | 0 | 0.27 | 0.22 | 0.59 | 349.29 | 0.15 | 0.36 |
| Hex | 69 | 4D | 52 | 0 | 1B | 16 | 3B | 15D | F | 24 |
| Octal | 151 | 115 | 122 | 0 | 33 | 26 | 73 | 535 | 17 | 44 |
| Binary | 1101001 | 1001101 | 1010010 | 0 | 11011 | 10110 | 111011 | 101011101 | 1111 | 100100 |
Color Harmonies of #694D52
Complementary color
Monochromatic Colors of #694D52
Black with #694D52
Text Example
Text Example
White with #694D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D52; }
p { color: rgb(105,77,82); }
H1.HeaderClassName
{
color: #694D52;
}
.AnyTagClassName
{
color: #694D52;
}
</style>
background-color css
<style>
a { background-color: #694D52; }
a { background-color: rgb(105,77,82); }
div.DivClassName
{
background-color: #694D52;
}
.BgClassName
{
background-color: #694D52;
}
</style>
border-color css
<style>
span { border-color: #694D52; }
span { border-color: rgb(105,77,82); }
td.TdClassName
{
border-color: #694D52;
}
.TagClassName
{
border-color: #694D52;
}
</style>