Shades of Jazz #662C32
Tints of Jazz #662C32
RGB
CMYK
RGB Variations
Color information
#662C32 (or 0x662C32) is known color: Jazz. HEX triplet: 66, 2C and 32. RGB value is (102,44,50). Sum of RGB (Red+Green+Blue) = 102+44+50=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #662C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C32 is #99D3CD. Grayscale: #3E3E3E. Windows color (decimal): -10081230 or 3288166. OLE color: 3288166.
HSL color Cylindrical-coordinate representation of color #662C32: hue angle of 353.79º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C32 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 50 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.6 |
| HSL | 353.79º | 0.4% | 0.29% | - |
| HSV(B) | 353.79º | 0.57% | 0.4% | - |
| XYZ | 6.96 | 4.86 | 3.59 | - |
| YUV | 62.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 50 | 0 | 0.57 | 0.51 | 0.6 | 353.79 | 0.4 | 0.29 |
| Hex | 66 | 2C | 32 | 0 | 39 | 33 | 3C | 162 | 28 | 1D |
| Octal | 146 | 54 | 62 | 0 | 71 | 63 | 74 | 542 | 50 | 35 |
| Binary | 1100110 | 101100 | 110010 | 0 | 111001 | 110011 | 111100 | 101100010 | 101000 | 11101 |
Color Harmonies of #662C32
Complementary color
Monochromatic Colors of #662C32
Black with #662C32
Text Example
Text Example
White with #662C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C32; }
p { color: rgb(102,44,50); }
H1.HeaderClassName
{
color: #662C32;
}
.AnyTagClassName
{
color: #662C32;
}
</style>
background-color css
<style>
a { background-color: #662C32; }
a { background-color: rgb(102,44,50); }
div.DivClassName
{
background-color: #662C32;
}
.BgClassName
{
background-color: #662C32;
}
</style>
border-color css
<style>
span { border-color: #662C32; }
span { border-color: rgb(102,44,50); }
td.TdClassName
{
border-color: #662C32;
}
.TagClassName
{
border-color: #662C32;
}
</style>