Shades of Don Juan #6D494F
Tints of Don Juan #6D494F
RGB
CMYK
RGB Variations
Color information
#6D494F (or 0x6D494F) is known color: Don Juan. HEX triplet: 6D, 49 and 4F. RGB value is (109,73,79). Sum of RGB (Red+Green+Blue) = 109+73+79=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D494F is #92B6B0. Grayscale: #545454. Windows color (decimal): -9615025 or 5196141. OLE color: 5196141.
HSL color Cylindrical-coordinate representation of color #6D494F: hue angle of 350º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D494F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 73 | 79 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.57 |
| HSL | 350º | 0.2% | 0.36% | - |
| HSV(B) | 350º | 0.33% | 0.43% | - |
| XYZ | 10.1 | 8.58 | 8.52 | - |
| YUV | 84.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 79 | 0 | 0.33 | 0.28 | 0.57 | 350 | 0.2 | 0.36 |
| Hex | 6D | 49 | 4F | 0 | 21 | 1C | 39 | 15E | 14 | 24 |
| Octal | 155 | 111 | 117 | 0 | 41 | 34 | 71 | 536 | 24 | 44 |
| Binary | 1101101 | 1001001 | 1001111 | 0 | 100001 | 11100 | 111001 | 101011110 | 10100 | 100100 |
Color Harmonies of #6D494F
Complementary color
Monochromatic Colors of #6D494F
Black with #6D494F
Text Example
Text Example
White with #6D494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D494F; }
p { color: rgb(109,73,79); }
H1.HeaderClassName
{
color: #6D494F;
}
.AnyTagClassName
{
color: #6D494F;
}
</style>
background-color css
<style>
a { background-color: #6D494F; }
a { background-color: rgb(109,73,79); }
div.DivClassName
{
background-color: #6D494F;
}
.BgClassName
{
background-color: #6D494F;
}
</style>
border-color css
<style>
span { border-color: #6D494F; }
span { border-color: rgb(109,73,79); }
td.TdClassName
{
border-color: #6D494F;
}
.TagClassName
{
border-color: #6D494F;
}
</style>