Shades of Jazz #60383D
Tints of Jazz #60383D
RGB
CMYK
RGB Variations
Color information
#60383D (or 0x60383D) is known color: Jazz. HEX triplet: 60, 38 and 3D. RGB value is (96,56,61). Sum of RGB (Red+Green+Blue) = 96+56+61=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60383D is #9FC7C2. Grayscale: #444444. Windows color (decimal): -10471363 or 4012128. OLE color: 4012128.
HSL color Cylindrical-coordinate representation of color #60383D: hue angle of 352.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60383D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 61 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.62 |
| HSL | 352.5º | 0.26% | 0.3% | - |
| HSV(B) | 352.5º | 0.42% | 0.38% | - |
| XYZ | 7.08 | 5.65 | 5.13 | - |
| YUV | 68.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 61 | 0 | 0.42 | 0.36 | 0.62 | 352.5 | 0.26 | 0.3 |
| Hex | 60 | 38 | 3D | 0 | 2A | 24 | 3E | 160 | 1A | 1E |
| Octal | 140 | 70 | 75 | 0 | 52 | 44 | 76 | 540 | 32 | 36 |
| Binary | 1100000 | 111000 | 111101 | 0 | 101010 | 100100 | 111110 | 101100000 | 11010 | 11110 |
Color Harmonies of #60383D
Complementary color
Monochromatic Colors of #60383D
Black with #60383D
Text Example
Text Example
White with #60383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60383D; }
p { color: rgb(96,56,61); }
H1.HeaderClassName
{
color: #60383D;
}
.AnyTagClassName
{
color: #60383D;
}
</style>
background-color css
<style>
a { background-color: #60383D; }
a { background-color: rgb(96,56,61); }
div.DivClassName
{
background-color: #60383D;
}
.BgClassName
{
background-color: #60383D;
}
</style>
border-color css
<style>
span { border-color: #60383D; }
span { border-color: rgb(96,56,61); }
td.TdClassName
{
border-color: #60383D;
}
.TagClassName
{
border-color: #60383D;
}
</style>