Shades of Jazz #663136
Tints of Jazz #663136
RGB
CMYK
RGB Variations
Color information
#663136 (or 0x663136) is known color: Jazz. HEX triplet: 66, 31 and 36. RGB value is (102,49,54). Sum of RGB (Red+Green+Blue) = 102+49+54=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663136 is #99CEC9. Grayscale: #414141. Windows color (decimal): -10079946 or 3551590. OLE color: 3551590.
HSL color Cylindrical-coordinate representation of color #663136: hue angle of 354.34º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663136 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 54 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.6 |
| HSL | 354.34º | 0.35% | 0.3% | - |
| HSV(B) | 354.34º | 0.52% | 0.4% | - |
| XYZ | 7.24 | 5.29 | 4.13 | - |
| YUV | 65.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 54 | 0 | 0.52 | 0.47 | 0.6 | 354.34 | 0.35 | 0.3 |
| Hex | 66 | 31 | 36 | 0 | 34 | 2F | 3C | 162 | 23 | 1E |
| Octal | 146 | 61 | 66 | 0 | 64 | 57 | 74 | 542 | 43 | 36 |
| Binary | 1100110 | 110001 | 110110 | 0 | 110100 | 101111 | 111100 | 101100010 | 100011 | 11110 |
Color Harmonies of #663136
Complementary color
Monochromatic Colors of #663136
Black with #663136
Text Example
Text Example
White with #663136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663136; }
p { color: rgb(102,49,54); }
H1.HeaderClassName
{
color: #663136;
}
.AnyTagClassName
{
color: #663136;
}
</style>
background-color css
<style>
a { background-color: #663136; }
a { background-color: rgb(102,49,54); }
div.DivClassName
{
background-color: #663136;
}
.BgClassName
{
background-color: #663136;
}
</style>
border-color css
<style>
span { border-color: #663136; }
span { border-color: rgb(102,49,54); }
td.TdClassName
{
border-color: #663136;
}
.TagClassName
{
border-color: #663136;
}
</style>