Shades of Don Juan #694F53
Tints of Don Juan #694F53
RGB
CMYK
RGB Variations
Color information
#694F53 (or 0x694F53) is known color: Don Juan. HEX triplet: 69, 4F and 53. RGB value is (105,79,83). Sum of RGB (Red+Green+Blue) = 105+79+83=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #694F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F53 is #96B0AC. Grayscale: #575757. Windows color (decimal): -9875629 or 5459817. OLE color: 5459817.
HSL color Cylindrical-coordinate representation of color #694F53: hue angle of 350.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #694F53 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 83 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.59 |
| HSL | 350.77º | 0.14% | 0.36% | - |
| HSV(B) | 350.77º | 0.25% | 0.41% | - |
| XYZ | 10.18 | 9.22 | 9.43 | - |
| YUV | 87.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 83 | 0 | 0.25 | 0.21 | 0.59 | 350.77 | 0.14 | 0.36 |
| Hex | 69 | 4F | 53 | 0 | 19 | 15 | 3B | 15F | E | 24 |
| Octal | 151 | 117 | 123 | 0 | 31 | 25 | 73 | 537 | 16 | 44 |
| Binary | 1101001 | 1001111 | 1010011 | 0 | 11001 | 10101 | 111011 | 101011111 | 1110 | 100100 |
Color Harmonies of #694F53
Complementary color
Monochromatic Colors of #694F53
Black with #694F53
Text Example
Text Example
White with #694F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F53; }
p { color: rgb(105,79,83); }
H1.HeaderClassName
{
color: #694F53;
}
.AnyTagClassName
{
color: #694F53;
}
</style>
background-color css
<style>
a { background-color: #694F53; }
a { background-color: rgb(105,79,83); }
div.DivClassName
{
background-color: #694F53;
}
.BgClassName
{
background-color: #694F53;
}
</style>
border-color css
<style>
span { border-color: #694F53; }
span { border-color: rgb(105,79,83); }
td.TdClassName
{
border-color: #694F53;
}
.TagClassName
{
border-color: #694F53;
}
</style>