Shades of Don Juan #6A4C4F
Tints of Don Juan #6A4C4F
RGB
CMYK
RGB Variations
Color information
#6A4C4F (or 0x6A4C4F) is known color: Don Juan. HEX triplet: 6A, 4C and 4F. RGB value is (106,76,79). Sum of RGB (Red+Green+Blue) = 106+76+79=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4C4F is #95B3B0. Grayscale: #555555. Windows color (decimal): -9810865 or 5196906. OLE color: 5196906.
HSL color Cylindrical-coordinate representation of color #6A4C4F: hue angle of 354º 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 #6A4C4F is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 76 | 79 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.58 |
| HSL | 354º | 0.16% | 0.36% | - |
| HSV(B) | 354º | 0.28% | 0.42% | - |
| XYZ | 9.94 | 8.8 | 8.57 | - |
| YUV | 85.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 76 | 79 | 0 | 0.28 | 0.25 | 0.58 | 354 | 0.16 | 0.36 |
| Hex | 6A | 4C | 4F | 0 | 1C | 19 | 3A | 162 | 10 | 24 |
| Octal | 152 | 114 | 117 | 0 | 34 | 31 | 72 | 542 | 20 | 44 |
| Binary | 1101010 | 1001100 | 1001111 | 0 | 11100 | 11001 | 111010 | 101100010 | 10000 | 100100 |
Color Harmonies of #6A4C4F
Complementary color
Monochromatic Colors of #6A4C4F
Black with #6A4C4F
Text Example
Text Example
White with #6A4C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4C4F; }
p { color: rgb(106,76,79); }
H1.HeaderClassName
{
color: #6A4C4F;
}
.AnyTagClassName
{
color: #6A4C4F;
}
</style>
background-color css
<style>
a { background-color: #6A4C4F; }
a { background-color: rgb(106,76,79); }
div.DivClassName
{
background-color: #6A4C4F;
}
.BgClassName
{
background-color: #6A4C4F;
}
</style>
border-color css
<style>
span { border-color: #6A4C4F; }
span { border-color: rgb(106,76,79); }
td.TdClassName
{
border-color: #6A4C4F;
}
.TagClassName
{
border-color: #6A4C4F;
}
</style>