Shades of Jazz #60393D
Tints of Jazz #60393D
RGB
CMYK
RGB Variations
Color information
#60393D (or 0x60393D) is known color: Jazz. HEX triplet: 60, 39 and 3D. RGB value is (96,57,61). Sum of RGB (Red+Green+Blue) = 96+57+61=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #60393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60393D is #9FC6C2. Grayscale: #454545. Windows color (decimal): -10471107 or 4012384. OLE color: 4012384.
HSL color Cylindrical-coordinate representation of color #60393D: hue angle of 353.85º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60393D is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 57 | 61 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.62 |
| HSL | 353.85º | 0.25% | 0.3% | - |
| HSV(B) | 353.85º | 0.41% | 0.38% | - |
| XYZ | 7.13 | 5.75 | 5.15 | - |
| YUV | 69.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 61 | 0 | 0.41 | 0.36 | 0.62 | 353.85 | 0.25 | 0.3 |
| Hex | 60 | 39 | 3D | 0 | 29 | 24 | 3E | 162 | 19 | 1E |
| Octal | 140 | 71 | 75 | 0 | 51 | 44 | 76 | 542 | 31 | 36 |
| Binary | 1100000 | 111001 | 111101 | 0 | 101001 | 100100 | 111110 | 101100010 | 11001 | 11110 |
Color Harmonies of #60393D
Complementary color
Monochromatic Colors of #60393D
Black with #60393D
Text Example
Text Example
White with #60393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60393D; }
p { color: rgb(96,57,61); }
H1.HeaderClassName
{
color: #60393D;
}
.AnyTagClassName
{
color: #60393D;
}
</style>
background-color css
<style>
a { background-color: #60393D; }
a { background-color: rgb(96,57,61); }
div.DivClassName
{
background-color: #60393D;
}
.BgClassName
{
background-color: #60393D;
}
</style>
border-color css
<style>
span { border-color: #60393D; }
span { border-color: rgb(96,57,61); }
td.TdClassName
{
border-color: #60393D;
}
.TagClassName
{
border-color: #60393D;
}
</style>