Shades of Jazz #60363C
Tints of Jazz #60363C
RGB
CMYK
RGB Variations
Color information
#60363C (or 0x60363C) is known color: Jazz. HEX triplet: 60, 36 and 3C. RGB value is (96,54,60). Sum of RGB (Red+Green+Blue) = 96+54+60=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60363C is #9FC9C3. Grayscale: #434343. Windows color (decimal): -10471876 or 3946080. OLE color: 3946080.
HSL color Cylindrical-coordinate representation of color #60363C: hue angle of 351.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60363C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 60 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.62 |
| HSL | 351.43º | 0.28% | 0.29% | - |
| HSV(B) | 351.43º | 0.44% | 0.38% | - |
| XYZ | 6.96 | 5.45 | 4.96 | - |
| YUV | 67.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 60 | 0 | 0.44 | 0.38 | 0.62 | 351.43 | 0.28 | 0.29 |
| Hex | 60 | 36 | 3C | 0 | 2C | 26 | 3E | 15F | 1C | 1D |
| Octal | 140 | 66 | 74 | 0 | 54 | 46 | 76 | 537 | 34 | 35 |
| Binary | 1100000 | 110110 | 111100 | 0 | 101100 | 100110 | 111110 | 101011111 | 11100 | 11101 |
Color Harmonies of #60363C
Complementary color
Monochromatic Colors of #60363C
Black with #60363C
Text Example
Text Example
White with #60363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60363C; }
p { color: rgb(96,54,60); }
H1.HeaderClassName
{
color: #60363C;
}
.AnyTagClassName
{
color: #60363C;
}
</style>
background-color css
<style>
a { background-color: #60363C; }
a { background-color: rgb(96,54,60); }
div.DivClassName
{
background-color: #60363C;
}
.BgClassName
{
background-color: #60363C;
}
</style>
border-color css
<style>
span { border-color: #60363C; }
span { border-color: rgb(96,54,60); }
td.TdClassName
{
border-color: #60363C;
}
.TagClassName
{
border-color: #60363C;
}
</style>