Shades of Don Juan #6C494F
Tints of Don Juan #6C494F
RGB
CMYK
RGB Variations
Color information
#6C494F (or 0x6C494F) is known color: Don Juan. HEX triplet: 6C, 49 and 4F. RGB value is (108,73,79). Sum of RGB (Red+Green+Blue) = 108+73+79=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 108 - color contains mainly: red. Hex color #6C494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C494F is #93B6B0. Grayscale: #545454. Windows color (decimal): -9680561 or 5196140. OLE color: 5196140.
HSL color Cylindrical-coordinate representation of color #6C494F: hue angle of 349.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C494F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 73 | 79 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.58 |
| HSL | 349.71º | 0.19% | 0.35% | - |
| HSV(B) | 349.71º | 0.32% | 0.42% | - |
| XYZ | 9.98 | 8.52 | 8.52 | - |
| YUV | 84.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 79 | 0 | 0.32 | 0.27 | 0.58 | 349.71 | 0.19 | 0.35 |
| Hex | 6C | 49 | 4F | 0 | 20 | 1B | 3A | 15E | 13 | 23 |
| Octal | 154 | 111 | 117 | 0 | 40 | 33 | 72 | 536 | 23 | 43 |
| Binary | 1101100 | 1001001 | 1001111 | 0 | 100000 | 11011 | 111010 | 101011110 | 10011 | 100011 |
Color Harmonies of #6C494F
Complementary color
Monochromatic Colors of #6C494F
Black with #6C494F
Text Example
Text Example
White with #6C494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C494F; }
p { color: rgb(108,73,79); }
H1.HeaderClassName
{
color: #6C494F;
}
.AnyTagClassName
{
color: #6C494F;
}
</style>
background-color css
<style>
a { background-color: #6C494F; }
a { background-color: rgb(108,73,79); }
div.DivClassName
{
background-color: #6C494F;
}
.BgClassName
{
background-color: #6C494F;
}
</style>
border-color css
<style>
span { border-color: #6C494F; }
span { border-color: rgb(108,73,79); }
td.TdClassName
{
border-color: #6C494F;
}
.TagClassName
{
border-color: #6C494F;
}
</style>