Shades of Don Juan #694D53
Tints of Don Juan #694D53
RGB
CMYK
RGB Variations
Color information
#694D53 (or 0x694D53) is known color: Don Juan. HEX triplet: 69, 4D and 53. RGB value is (105,77,83). Sum of RGB (Red+Green+Blue) = 105+77+83=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #694D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D53 is #96B2AC. Grayscale: #565656. Windows color (decimal): -9876141 or 5459305. OLE color: 5459305.
HSL color Cylindrical-coordinate representation of color #694D53: hue angle of 347.14º 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 #694D53 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 83 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.59 |
| HSL | 347.14º | 0.15% | 0.36% | - |
| HSV(B) | 347.14º | 0.27% | 0.41% | - |
| XYZ | 10.04 | 8.94 | 9.38 | - |
| YUV | 86.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 83 | 0 | 0.27 | 0.21 | 0.59 | 347.14 | 0.15 | 0.36 |
| Hex | 69 | 4D | 53 | 0 | 1B | 15 | 3B | 15B | F | 24 |
| Octal | 151 | 115 | 123 | 0 | 33 | 25 | 73 | 533 | 17 | 44 |
| Binary | 1101001 | 1001101 | 1010011 | 0 | 11011 | 10101 | 111011 | 101011011 | 1111 | 100100 |
Color Harmonies of #694D53
Complementary color
Monochromatic Colors of #694D53
Black with #694D53
Text Example
Text Example
White with #694D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D53; }
p { color: rgb(105,77,83); }
H1.HeaderClassName
{
color: #694D53;
}
.AnyTagClassName
{
color: #694D53;
}
</style>
background-color css
<style>
a { background-color: #694D53; }
a { background-color: rgb(105,77,83); }
div.DivClassName
{
background-color: #694D53;
}
.BgClassName
{
background-color: #694D53;
}
</style>
border-color css
<style>
span { border-color: #694D53; }
span { border-color: rgb(105,77,83); }
td.TdClassName
{
border-color: #694D53;
}
.TagClassName
{
border-color: #694D53;
}
</style>