Shades of Jazz #60343A
Tints of Jazz #60343A
RGB
CMYK
RGB Variations
Color information
#60343A (or 0x60343A) is known color: Jazz. HEX triplet: 60, 34 and 3A. RGB value is (96,52,58). Sum of RGB (Red+Green+Blue) = 96+52+58=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60343A is #9FCBC5. Grayscale: #414141. Windows color (decimal): -10472390 or 3814496. OLE color: 3814496.
HSL color Cylindrical-coordinate representation of color #60343A: hue angle of 351.82º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60343A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 58 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.62 |
| HSL | 351.82º | 0.3% | 0.29% | - |
| HSV(B) | 351.82º | 0.46% | 0.38% | - |
| XYZ | 6.82 | 5.25 | 4.66 | - |
| YUV | 65.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 58 | 0 | 0.46 | 0.40 | 0.62 | 351.82 | 0.3 | 0.29 |
| Hex | 60 | 34 | 3A | 0 | 2E | 28 | 3E | 160 | 1E | 1D |
| Octal | 140 | 64 | 72 | 0 | 56 | 50 | 76 | 540 | 36 | 35 |
| Binary | 1100000 | 110100 | 111010 | 0 | 101110 | 101000 | 111110 | 101100000 | 11110 | 11101 |
Color Harmonies of #60343A
Complementary color
Monochromatic Colors of #60343A
Black with #60343A
Text Example
Text Example
White with #60343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60343A; }
p { color: rgb(96,52,58); }
H1.HeaderClassName
{
color: #60343A;
}
.AnyTagClassName
{
color: #60343A;
}
</style>
background-color css
<style>
a { background-color: #60343A; }
a { background-color: rgb(96,52,58); }
div.DivClassName
{
background-color: #60343A;
}
.BgClassName
{
background-color: #60343A;
}
</style>
border-color css
<style>
span { border-color: #60343A; }
span { border-color: rgb(96,52,58); }
td.TdClassName
{
border-color: #60343A;
}
.TagClassName
{
border-color: #60343A;
}
</style>