Shades of Don Juan #6A5359
Tints of Don Juan #6A5359
RGB
CMYK
RGB Variations
Color information
#6A5359 (or 0x6A5359) is known color: Don Juan. HEX triplet: 6A, 53 and 59. RGB value is (106,83,89). Sum of RGB (Red+Green+Blue) = 106+83+89=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5359 is #95ACA6. Grayscale: #5A5A5A. Windows color (decimal): -9809063 or 5854058. OLE color: 5854058.
HSL color Cylindrical-coordinate representation of color #6A5359: hue angle of 344.35º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A5359 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 83 | 89 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.58 |
| HSL | 344.35º | 0.12% | 0.37% | - |
| HSV(B) | 344.35º | 0.22% | 0.42% | - |
| XYZ | 10.84 | 9.97 | 10.8 | - |
| YUV | 90.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 89 | 0 | 0.22 | 0.16 | 0.58 | 344.35 | 0.12 | 0.37 |
| Hex | 6A | 53 | 59 | 0 | 16 | 10 | 3A | 158 | C | 25 |
| Octal | 152 | 123 | 131 | 0 | 26 | 20 | 72 | 530 | 14 | 45 |
| Binary | 1101010 | 1010011 | 1011001 | 0 | 10110 | 10000 | 111010 | 101011000 | 1100 | 100101 |
Color Harmonies of #6A5359
Complementary color
Monochromatic Colors of #6A5359
Black with #6A5359
Text Example
Text Example
White with #6A5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5359; }
p { color: rgb(106,83,89); }
H1.HeaderClassName
{
color: #6A5359;
}
.AnyTagClassName
{
color: #6A5359;
}
</style>
background-color css
<style>
a { background-color: #6A5359; }
a { background-color: rgb(106,83,89); }
div.DivClassName
{
background-color: #6A5359;
}
.BgClassName
{
background-color: #6A5359;
}
</style>
border-color css
<style>
span { border-color: #6A5359; }
span { border-color: rgb(106,83,89); }
td.TdClassName
{
border-color: #6A5359;
}
.TagClassName
{
border-color: #6A5359;
}
</style>