Shades of Don Juan #6A4C4E
Tints of Don Juan #6A4C4E
RGB
CMYK
RGB Variations
Color information
#6A4C4E (or 0x6A4C4E) is known color: Don Juan. HEX triplet: 6A, 4C and 4E. RGB value is (106,76,78). Sum of RGB (Red+Green+Blue) = 106+76+78=260 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.77% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4C4E is #95B3B1. Grayscale: #555555. Windows color (decimal): -9810866 or 5131370. OLE color: 5131370.
HSL color Cylindrical-coordinate representation of color #6A4C4E: hue angle of 356º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A4C4E is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 76 | 78 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.58 |
| HSL | 356º | 0.16% | 0.36% | - |
| HSV(B) | 356º | 0.28% | 0.42% | - |
| XYZ | 9.9 | 8.78 | 8.38 | - |
| YUV | 85.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 76 | 78 | 0 | 0.28 | 0.26 | 0.58 | 356 | 0.16 | 0.36 |
| Hex | 6A | 4C | 4E | 0 | 1C | 1A | 3A | 164 | 10 | 24 |
| Octal | 152 | 114 | 116 | 0 | 34 | 32 | 72 | 544 | 20 | 44 |
| Binary | 1101010 | 1001100 | 1001110 | 0 | 11100 | 11010 | 111010 | 101100100 | 10000 | 100100 |
Color Harmonies of #6A4C4E
Complementary color
Monochromatic Colors of #6A4C4E
Black with #6A4C4E
Text Example
Text Example
White with #6A4C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4C4E; }
p { color: rgb(106,76,78); }
H1.HeaderClassName
{
color: #6A4C4E;
}
.AnyTagClassName
{
color: #6A4C4E;
}
</style>
background-color css
<style>
a { background-color: #6A4C4E; }
a { background-color: rgb(106,76,78); }
div.DivClassName
{
background-color: #6A4C4E;
}
.BgClassName
{
background-color: #6A4C4E;
}
</style>
border-color css
<style>
span { border-color: #6A4C4E; }
span { border-color: rgb(106,76,78); }
td.TdClassName
{
border-color: #6A4C4E;
}
.TagClassName
{
border-color: #6A4C4E;
}
</style>