Shades of Jazz #603A3C
Tints of Jazz #603A3C
RGB
CMYK
RGB Variations
Color information
#603A3C (or 0x603A3C) is known color: Jazz. HEX triplet: 60, 3A and 3C. RGB value is (96,58,60). Sum of RGB (Red+Green+Blue) = 96+58+60=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A3C is #9FC5C3. Grayscale: #454545. Windows color (decimal): -10470852 or 3947104. OLE color: 3947104.
HSL color Cylindrical-coordinate representation of color #603A3C: hue angle of 356.84º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A3C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 60 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.62 |
| HSL | 356.84º | 0.25% | 0.3% | - |
| HSV(B) | 356.84º | 0.4% | 0.38% | - |
| XYZ | 7.15 | 5.84 | 5.03 | - |
| YUV | 69.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 60 | 0 | 0.40 | 0.38 | 0.62 | 356.84 | 0.25 | 0.3 |
| Hex | 60 | 3A | 3C | 0 | 28 | 26 | 3E | 165 | 19 | 1E |
| Octal | 140 | 72 | 74 | 0 | 50 | 46 | 76 | 545 | 31 | 36 |
| Binary | 1100000 | 111010 | 111100 | 0 | 101000 | 100110 | 111110 | 101100101 | 11001 | 11110 |
Color Harmonies of #603A3C
Complementary color
Monochromatic Colors of #603A3C
Black with #603A3C
Text Example
Text Example
White with #603A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A3C; }
p { color: rgb(96,58,60); }
H1.HeaderClassName
{
color: #603A3C;
}
.AnyTagClassName
{
color: #603A3C;
}
</style>
background-color css
<style>
a { background-color: #603A3C; }
a { background-color: rgb(96,58,60); }
div.DivClassName
{
background-color: #603A3C;
}
.BgClassName
{
background-color: #603A3C;
}
</style>
border-color css
<style>
span { border-color: #603A3C; }
span { border-color: rgb(96,58,60); }
td.TdClassName
{
border-color: #603A3C;
}
.TagClassName
{
border-color: #603A3C;
}
</style>