Shades of Don Juan #6A484E
Tints of Don Juan #6A484E
RGB
CMYK
RGB Variations
Color information
#6A484E (or 0x6A484E) is known color: Don Juan. HEX triplet: 6A, 48 and 4E. RGB value is (106,72,78). Sum of RGB (Red+Green+Blue) = 106+72+78=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A484E is #95B7B1. Grayscale: #525252. Windows color (decimal): -9811890 or 5130346. OLE color: 5130346.
HSL color Cylindrical-coordinate representation of color #6A484E: hue angle of 349.41º 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 #6A484E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 72 | 78 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.58 |
| HSL | 349.41º | 0.19% | 0.35% | - |
| HSV(B) | 349.41º | 0.32% | 0.42% | - |
| XYZ | 9.64 | 8.25 | 8.29 | - |
| YUV | 82.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 72 | 78 | 0 | 0.32 | 0.26 | 0.58 | 349.41 | 0.19 | 0.35 |
| Hex | 6A | 48 | 4E | 0 | 20 | 1A | 3A | 15D | 13 | 23 |
| Octal | 152 | 110 | 116 | 0 | 40 | 32 | 72 | 535 | 23 | 43 |
| Binary | 1101010 | 1001000 | 1001110 | 0 | 100000 | 11010 | 111010 | 101011101 | 10011 | 100011 |
Color Harmonies of #6A484E
Complementary color
Monochromatic Colors of #6A484E
Black with #6A484E
Text Example
Text Example
White with #6A484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A484E; }
p { color: rgb(106,72,78); }
H1.HeaderClassName
{
color: #6A484E;
}
.AnyTagClassName
{
color: #6A484E;
}
</style>
background-color css
<style>
a { background-color: #6A484E; }
a { background-color: rgb(106,72,78); }
div.DivClassName
{
background-color: #6A484E;
}
.BgClassName
{
background-color: #6A484E;
}
</style>
border-color css
<style>
span { border-color: #6A484E; }
span { border-color: rgb(106,72,78); }
td.TdClassName
{
border-color: #6A484E;
}
.TagClassName
{
border-color: #6A484E;
}
</style>