Shades of Jazz #61363C
Tints of Jazz #61363C
RGB
CMYK
RGB Variations
Color information
#61363C (or 0x61363C) is known color: Jazz. HEX triplet: 61, 36 and 3C. RGB value is (97,54,60). Sum of RGB (Red+Green+Blue) = 97+54+60=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61363C is #9EC9C3. Grayscale: #434343. Windows color (decimal): -10406340 or 3946081. OLE color: 3946081.
HSL color Cylindrical-coordinate representation of color #61363C: hue angle of 351.63º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61363C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 60 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.62 |
| HSL | 351.63º | 0.28% | 0.3% | - |
| HSV(B) | 351.63º | 0.44% | 0.38% | - |
| XYZ | 7.06 | 5.51 | 4.97 | - |
| YUV | 67.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 60 | 0 | 0.44 | 0.38 | 0.62 | 351.63 | 0.28 | 0.3 |
| Hex | 61 | 36 | 3C | 0 | 2C | 26 | 3E | 160 | 1C | 1E |
| Octal | 141 | 66 | 74 | 0 | 54 | 46 | 76 | 540 | 34 | 36 |
| Binary | 1100001 | 110110 | 111100 | 0 | 101100 | 100110 | 111110 | 101100000 | 11100 | 11110 |
Color Harmonies of #61363C
Complementary color
Monochromatic Colors of #61363C
Black with #61363C
Text Example
Text Example
White with #61363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61363C; }
p { color: rgb(97,54,60); }
H1.HeaderClassName
{
color: #61363C;
}
.AnyTagClassName
{
color: #61363C;
}
</style>
background-color css
<style>
a { background-color: #61363C; }
a { background-color: rgb(97,54,60); }
div.DivClassName
{
background-color: #61363C;
}
.BgClassName
{
background-color: #61363C;
}
</style>
border-color css
<style>
span { border-color: #61363C; }
span { border-color: rgb(97,54,60); }
td.TdClassName
{
border-color: #61363C;
}
.TagClassName
{
border-color: #61363C;
}
</style>