Shades of Don Juan #69494D
Tints of Don Juan #69494D
RGB
CMYK
RGB Variations
Color information
#69494D (or 0x69494D) is known color: Don Juan. HEX triplet: 69, 49 and 4D. RGB value is (105,73,77). Sum of RGB (Red+Green+Blue) = 105+73+77=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #69494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69494D is #96B6B2. Grayscale: #535353. Windows color (decimal): -9877171 or 5065065. OLE color: 5065065.
HSL color Cylindrical-coordinate representation of color #69494D: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69494D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 73 | 77 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.59 |
| HSL | 352.5º | 0.18% | 0.35% | - |
| HSV(B) | 352.5º | 0.3% | 0.41% | - |
| XYZ | 9.55 | 8.3 | 8.12 | - |
| YUV | 83.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 77 | 0 | 0.30 | 0.27 | 0.59 | 352.5 | 0.18 | 0.35 |
| Hex | 69 | 49 | 4D | 0 | 1E | 1B | 3B | 160 | 12 | 23 |
| Octal | 151 | 111 | 115 | 0 | 36 | 33 | 73 | 540 | 22 | 43 |
| Binary | 1101001 | 1001001 | 1001101 | 0 | 11110 | 11011 | 111011 | 101100000 | 10010 | 100011 |
Color Harmonies of #69494D
Complementary color
Monochromatic Colors of #69494D
Black with #69494D
Text Example
Text Example
White with #69494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69494D; }
p { color: rgb(105,73,77); }
H1.HeaderClassName
{
color: #69494D;
}
.AnyTagClassName
{
color: #69494D;
}
</style>
background-color css
<style>
a { background-color: #69494D; }
a { background-color: rgb(105,73,77); }
div.DivClassName
{
background-color: #69494D;
}
.BgClassName
{
background-color: #69494D;
}
</style>
border-color css
<style>
span { border-color: #69494D; }
span { border-color: rgb(105,73,77); }
td.TdClassName
{
border-color: #69494D;
}
.TagClassName
{
border-color: #69494D;
}
</style>