Shades of Don Juan #60474A
Tints of Don Juan #60474A
RGB
CMYK
RGB Variations
Color information
#60474A (or 0x60474A) is known color: Don Juan. HEX triplet: 60, 47 and 4A. RGB value is (96,71,74). Sum of RGB (Red+Green+Blue) = 96+71+74=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60474A is #9FB8B5. Grayscale: #4E4E4E. Windows color (decimal): -10467510 or 4867936. OLE color: 4867936.
HSL color Cylindrical-coordinate representation of color #60474A: hue angle of 352.8º 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 #60474A is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 74 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.62 |
| HSL | 352.8º | 0.15% | 0.33% | - |
| HSV(B) | 352.8º | 0.26% | 0.38% | - |
| XYZ | 8.31 | 7.49 | 7.49 | - |
| YUV | 78.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 74 | 0 | 0.26 | 0.23 | 0.62 | 352.8 | 0.15 | 0.33 |
| Hex | 60 | 47 | 4A | 0 | 1A | 17 | 3E | 161 | F | 21 |
| Octal | 140 | 107 | 112 | 0 | 32 | 27 | 76 | 541 | 17 | 41 |
| Binary | 1100000 | 1000111 | 1001010 | 0 | 11010 | 10111 | 111110 | 101100001 | 1111 | 100001 |
Color Harmonies of #60474A
Complementary color
Monochromatic Colors of #60474A
Black with #60474A
Text Example
Text Example
White with #60474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60474A; }
p { color: rgb(96,71,74); }
H1.HeaderClassName
{
color: #60474A;
}
.AnyTagClassName
{
color: #60474A;
}
</style>
background-color css
<style>
a { background-color: #60474A; }
a { background-color: rgb(96,71,74); }
div.DivClassName
{
background-color: #60474A;
}
.BgClassName
{
background-color: #60474A;
}
</style>
border-color css
<style>
span { border-color: #60474A; }
span { border-color: rgb(96,71,74); }
td.TdClassName
{
border-color: #60474A;
}
.TagClassName
{
border-color: #60474A;
}
</style>