Shades of Don Juan #6A4F53
Tints of Don Juan #6A4F53
RGB
CMYK
RGB Variations
Color information
#6A4F53 (or 0x6A4F53) is known color: Don Juan. HEX triplet: 6A, 4F and 53. RGB value is (106,79,83). Sum of RGB (Red+Green+Blue) = 106+79+83=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F53 is #95B0AC. Grayscale: #575757. Windows color (decimal): -9810093 or 5459818. OLE color: 5459818.
HSL color Cylindrical-coordinate representation of color #6A4F53: hue angle of 351.11º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F53 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 79 | 83 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.58 |
| HSL | 351.11º | 0.15% | 0.36% | - |
| HSV(B) | 351.11º | 0.25% | 0.42% | - |
| XYZ | 10.3 | 9.28 | 9.43 | - |
| YUV | 87.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 83 | 0 | 0.25 | 0.22 | 0.58 | 351.11 | 0.15 | 0.36 |
| Hex | 6A | 4F | 53 | 0 | 19 | 16 | 3A | 15F | F | 24 |
| Octal | 152 | 117 | 123 | 0 | 31 | 26 | 72 | 537 | 17 | 44 |
| Binary | 1101010 | 1001111 | 1010011 | 0 | 11001 | 10110 | 111010 | 101011111 | 1111 | 100100 |
Color Harmonies of #6A4F53
Complementary color
Monochromatic Colors of #6A4F53
Black with #6A4F53
Text Example
Text Example
White with #6A4F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4F53; }
p { color: rgb(106,79,83); }
H1.HeaderClassName
{
color: #6A4F53;
}
.AnyTagClassName
{
color: #6A4F53;
}
</style>
background-color css
<style>
a { background-color: #6A4F53; }
a { background-color: rgb(106,79,83); }
div.DivClassName
{
background-color: #6A4F53;
}
.BgClassName
{
background-color: #6A4F53;
}
</style>
border-color css
<style>
span { border-color: #6A4F53; }
span { border-color: rgb(106,79,83); }
td.TdClassName
{
border-color: #6A4F53;
}
.TagClassName
{
border-color: #6A4F53;
}
</style>