Shades of Don Juan #60474C
Tints of Don Juan #60474C
RGB
CMYK
RGB Variations
Color information
#60474C (or 0x60474C) is known color: Don Juan. HEX triplet: 60, 47 and 4C. RGB value is (96,71,76). Sum of RGB (Red+Green+Blue) = 96+71+76=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60474C is #9FB8B3. Grayscale: #4F4F4F. Windows color (decimal): -10467508 or 4999008. OLE color: 4999008.
HSL color Cylindrical-coordinate representation of color #60474C: hue angle of 348º 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 #60474C is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 76 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.62 |
| HSL | 348º | 0.15% | 0.33% | - |
| HSV(B) | 348º | 0.26% | 0.38% | - |
| XYZ | 8.38 | 7.52 | 7.85 | - |
| YUV | 79.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 76 | 0 | 0.26 | 0.21 | 0.62 | 348 | 0.15 | 0.33 |
| Hex | 60 | 47 | 4C | 0 | 1A | 15 | 3E | 15C | F | 21 |
| Octal | 140 | 107 | 114 | 0 | 32 | 25 | 76 | 534 | 17 | 41 |
| Binary | 1100000 | 1000111 | 1001100 | 0 | 11010 | 10101 | 111110 | 101011100 | 1111 | 100001 |
Color Harmonies of #60474C
Complementary color
Monochromatic Colors of #60474C
Black with #60474C
Text Example
Text Example
White with #60474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60474C; }
p { color: rgb(96,71,76); }
H1.HeaderClassName
{
color: #60474C;
}
.AnyTagClassName
{
color: #60474C;
}
</style>
background-color css
<style>
a { background-color: #60474C; }
a { background-color: rgb(96,71,76); }
div.DivClassName
{
background-color: #60474C;
}
.BgClassName
{
background-color: #60474C;
}
</style>
border-color css
<style>
span { border-color: #60474C; }
span { border-color: rgb(96,71,76); }
td.TdClassName
{
border-color: #60474C;
}
.TagClassName
{
border-color: #60474C;
}
</style>