Shades of Don Juan #60474D
Tints of Don Juan #60474D
RGB
CMYK
RGB Variations
Color information
#60474D (or 0x60474D) is known color: Don Juan. HEX triplet: 60, 47 and 4D. RGB value is (96,71,77). Sum of RGB (Red+Green+Blue) = 96+71+77=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60474D is #9FB8B2. Grayscale: #4F4F4F. Windows color (decimal): -10467507 or 5064544. OLE color: 5064544.
HSL color Cylindrical-coordinate representation of color #60474D: hue angle of 345.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60474D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 77 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.62 |
| HSL | 345.6º | 0.15% | 0.33% | - |
| HSV(B) | 345.6º | 0.26% | 0.38% | - |
| XYZ | 8.42 | 7.53 | 8.03 | - |
| YUV | 79.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 77 | 0 | 0.26 | 0.20 | 0.62 | 345.6 | 0.15 | 0.33 |
| Hex | 60 | 47 | 4D | 0 | 1A | 14 | 3E | 15A | F | 21 |
| Octal | 140 | 107 | 115 | 0 | 32 | 24 | 76 | 532 | 17 | 41 |
| Binary | 1100000 | 1000111 | 1001101 | 0 | 11010 | 10100 | 111110 | 101011010 | 1111 | 100001 |
Color Harmonies of #60474D
Complementary color
Monochromatic Colors of #60474D
Black with #60474D
Text Example
Text Example
White with #60474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60474D; }
p { color: rgb(96,71,77); }
H1.HeaderClassName
{
color: #60474D;
}
.AnyTagClassName
{
color: #60474D;
}
</style>
background-color css
<style>
a { background-color: #60474D; }
a { background-color: rgb(96,71,77); }
div.DivClassName
{
background-color: #60474D;
}
.BgClassName
{
background-color: #60474D;
}
</style>
border-color css
<style>
span { border-color: #60474D; }
span { border-color: rgb(96,71,77); }
td.TdClassName
{
border-color: #60474D;
}
.TagClassName
{
border-color: #60474D;
}
</style>