Shades of Jazz #60383C
Tints of Jazz #60383C
RGB
CMYK
RGB Variations
Color information
#60383C (or 0x60383C) is known color: Jazz. HEX triplet: 60, 38 and 3C. RGB value is (96,56,60). Sum of RGB (Red+Green+Blue) = 96+56+60=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60383C is #9FC7C3. Grayscale: #444444. Windows color (decimal): -10471364 or 3946592. OLE color: 3946592.
HSL color Cylindrical-coordinate representation of color #60383C: hue angle of 354º 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 #60383C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 60 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.62 |
| HSL | 354º | 0.26% | 0.3% | - |
| HSV(B) | 354º | 0.42% | 0.38% | - |
| XYZ | 7.05 | 5.64 | 4.99 | - |
| YUV | 68.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 60 | 0 | 0.42 | 0.38 | 0.62 | 354 | 0.26 | 0.3 |
| Hex | 60 | 38 | 3C | 0 | 2A | 26 | 3E | 162 | 1A | 1E |
| Octal | 140 | 70 | 74 | 0 | 52 | 46 | 76 | 542 | 32 | 36 |
| Binary | 1100000 | 111000 | 111100 | 0 | 101010 | 100110 | 111110 | 101100010 | 11010 | 11110 |
Color Harmonies of #60383C
Complementary color
Monochromatic Colors of #60383C
Black with #60383C
Text Example
Text Example
White with #60383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60383C; }
p { color: rgb(96,56,60); }
H1.HeaderClassName
{
color: #60383C;
}
.AnyTagClassName
{
color: #60383C;
}
</style>
background-color css
<style>
a { background-color: #60383C; }
a { background-color: rgb(96,56,60); }
div.DivClassName
{
background-color: #60383C;
}
.BgClassName
{
background-color: #60383C;
}
</style>
border-color css
<style>
span { border-color: #60383C; }
span { border-color: rgb(96,56,60); }
td.TdClassName
{
border-color: #60383C;
}
.TagClassName
{
border-color: #60383C;
}
</style>