Shades of Don Juan #694C52
Tints of Don Juan #694C52
RGB
CMYK
RGB Variations
Color information
#694C52 (or 0x694C52) is known color: Don Juan. HEX triplet: 69, 4C and 52. RGB value is (105,76,82). Sum of RGB (Red+Green+Blue) = 105+76+82=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #694C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C52 is #96B3AD. Grayscale: #555555. Windows color (decimal): -9876398 or 5393513. OLE color: 5393513.
HSL color Cylindrical-coordinate representation of color #694C52: hue angle of 347.59º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #694C52 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 82 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.59 |
| HSL | 347.59º | 0.16% | 0.35% | - |
| HSV(B) | 347.59º | 0.28% | 0.41% | - |
| XYZ | 9.93 | 8.78 | 9.15 | - |
| YUV | 85.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 82 | 0 | 0.28 | 0.22 | 0.59 | 347.59 | 0.16 | 0.35 |
| Hex | 69 | 4C | 52 | 0 | 1C | 16 | 3B | 15C | 10 | 23 |
| Octal | 151 | 114 | 122 | 0 | 34 | 26 | 73 | 534 | 20 | 43 |
| Binary | 1101001 | 1001100 | 1010010 | 0 | 11100 | 10110 | 111011 | 101011100 | 10000 | 100011 |
Color Harmonies of #694C52
Complementary color
Monochromatic Colors of #694C52
Black with #694C52
Text Example
Text Example
White with #694C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C52; }
p { color: rgb(105,76,82); }
H1.HeaderClassName
{
color: #694C52;
}
.AnyTagClassName
{
color: #694C52;
}
</style>
background-color css
<style>
a { background-color: #694C52; }
a { background-color: rgb(105,76,82); }
div.DivClassName
{
background-color: #694C52;
}
.BgClassName
{
background-color: #694C52;
}
</style>
border-color css
<style>
span { border-color: #694C52; }
span { border-color: rgb(105,76,82); }
td.TdClassName
{
border-color: #694C52;
}
.TagClassName
{
border-color: #694C52;
}
</style>