Shades of Jazz #663234
Tints of Jazz #663234
RGB
CMYK
RGB Variations
Color information
#663234 (or 0x663234) is known color: Jazz. HEX triplet: 66, 32 and 34. RGB value is (102,50,52). Sum of RGB (Red+Green+Blue) = 102+50+52=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663234 is #99CDCB. Grayscale: #414141. Windows color (decimal): -10079692 or 3420774. OLE color: 3420774.
HSL color Cylindrical-coordinate representation of color #663234: hue angle of 357.69º 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 #663234 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 52 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.6 |
| HSL | 357.69º | 0.34% | 0.3% | - |
| HSV(B) | 357.69º | 0.51% | 0.4% | - |
| XYZ | 7.24 | 5.35 | 3.9 | - |
| YUV | 65.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 52 | 0 | 0.51 | 0.49 | 0.6 | 357.69 | 0.34 | 0.3 |
| Hex | 66 | 32 | 34 | 0 | 33 | 31 | 3C | 166 | 22 | 1E |
| Octal | 146 | 62 | 64 | 0 | 63 | 61 | 74 | 546 | 42 | 36 |
| Binary | 1100110 | 110010 | 110100 | 0 | 110011 | 110001 | 111100 | 101100110 | 100010 | 11110 |
Color Harmonies of #663234
Complementary color
Monochromatic Colors of #663234
Black with #663234
Text Example
Text Example
White with #663234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663234; }
p { color: rgb(102,50,52); }
H1.HeaderClassName
{
color: #663234;
}
.AnyTagClassName
{
color: #663234;
}
</style>
background-color css
<style>
a { background-color: #663234; }
a { background-color: rgb(102,50,52); }
div.DivClassName
{
background-color: #663234;
}
.BgClassName
{
background-color: #663234;
}
</style>
border-color css
<style>
span { border-color: #663234; }
span { border-color: rgb(102,50,52); }
td.TdClassName
{
border-color: #663234;
}
.TagClassName
{
border-color: #663234;
}
</style>