Shades of Jazz #663236
Tints of Jazz #663236
RGB
CMYK
RGB Variations
Color information
#663236 (or 0x663236) is known color: Jazz. HEX triplet: 66, 32 and 36. RGB value is (102,50,54). Sum of RGB (Red+Green+Blue) = 102+50+54=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663236 is #99CDC9. Grayscale: #424242. Windows color (decimal): -10079690 or 3551846. OLE color: 3551846.
HSL color Cylindrical-coordinate representation of color #663236: hue angle of 355.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663236 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 54 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.6 |
| HSL | 355.38º | 0.34% | 0.3% | - |
| HSV(B) | 355.38º | 0.51% | 0.4% | - |
| XYZ | 7.29 | 5.37 | 4.14 | - |
| YUV | 66 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 54 | 0 | 0.51 | 0.47 | 0.6 | 355.38 | 0.34 | 0.3 |
| Hex | 66 | 32 | 36 | 0 | 33 | 2F | 3C | 163 | 22 | 1E |
| Octal | 146 | 62 | 66 | 0 | 63 | 57 | 74 | 543 | 42 | 36 |
| Binary | 1100110 | 110010 | 110110 | 0 | 110011 | 101111 | 111100 | 101100011 | 100010 | 11110 |
Color Harmonies of #663236
Complementary color
Monochromatic Colors of #663236
Black with #663236
Text Example
Text Example
White with #663236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663236; }
p { color: rgb(102,50,54); }
H1.HeaderClassName
{
color: #663236;
}
.AnyTagClassName
{
color: #663236;
}
</style>
background-color css
<style>
a { background-color: #663236; }
a { background-color: rgb(102,50,54); }
div.DivClassName
{
background-color: #663236;
}
.BgClassName
{
background-color: #663236;
}
</style>
border-color css
<style>
span { border-color: #663236; }
span { border-color: rgb(102,50,54); }
td.TdClassName
{
border-color: #663236;
}
.TagClassName
{
border-color: #663236;
}
</style>