Shades of Don Juan #6A494D
Tints of Don Juan #6A494D
RGB
CMYK
RGB Variations
Color information
#6A494D (or 0x6A494D) is known color: Don Juan. HEX triplet: 6A, 49 and 4D. RGB value is (106,73,77). Sum of RGB (Red+Green+Blue) = 106+73+77=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A494D is #95B6B2. Grayscale: #535353. Windows color (decimal): -9811635 or 5065066. OLE color: 5065066.
HSL color Cylindrical-coordinate representation of color #6A494D: hue angle of 352.73º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A494D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 73 | 77 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.58 |
| HSL | 352.73º | 0.18% | 0.35% | - |
| HSV(B) | 352.73º | 0.31% | 0.42% | - |
| XYZ | 9.67 | 8.37 | 8.13 | - |
| YUV | 83.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 77 | 0 | 0.31 | 0.27 | 0.58 | 352.73 | 0.18 | 0.35 |
| Hex | 6A | 49 | 4D | 0 | 1F | 1B | 3A | 161 | 12 | 23 |
| Octal | 152 | 111 | 115 | 0 | 37 | 33 | 72 | 541 | 22 | 43 |
| Binary | 1101010 | 1001001 | 1001101 | 0 | 11111 | 11011 | 111010 | 101100001 | 10010 | 100011 |
Color Harmonies of #6A494D
Complementary color
Monochromatic Colors of #6A494D
Black with #6A494D
Text Example
Text Example
White with #6A494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A494D; }
p { color: rgb(106,73,77); }
H1.HeaderClassName
{
color: #6A494D;
}
.AnyTagClassName
{
color: #6A494D;
}
</style>
background-color css
<style>
a { background-color: #6A494D; }
a { background-color: rgb(106,73,77); }
div.DivClassName
{
background-color: #6A494D;
}
.BgClassName
{
background-color: #6A494D;
}
</style>
border-color css
<style>
span { border-color: #6A494D; }
span { border-color: rgb(106,73,77); }
td.TdClassName
{
border-color: #6A494D;
}
.TagClassName
{
border-color: #6A494D;
}
</style>