Shades of Jazz #662D32
Tints of Jazz #662D32
RGB
CMYK
RGB Variations
Color information
#662D32 (or 0x662D32) is known color: Jazz. HEX triplet: 66, 2D and 32. RGB value is (102,45,50). Sum of RGB (Red+Green+Blue) = 102+45+50=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #662D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D32 is #99D2CD. Grayscale: #3E3E3E. Windows color (decimal): -10080974 or 3288422. OLE color: 3288422.
HSL color Cylindrical-coordinate representation of color #662D32: hue angle of 354.74º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D32 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 50 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.6 |
| HSL | 354.74º | 0.39% | 0.29% | - |
| HSV(B) | 354.74º | 0.56% | 0.4% | - |
| XYZ | 6.99 | 4.93 | 3.6 | - |
| YUV | 62.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 50 | 0 | 0.56 | 0.51 | 0.6 | 354.74 | 0.39 | 0.29 |
| Hex | 66 | 2D | 32 | 0 | 38 | 33 | 3C | 163 | 27 | 1D |
| Octal | 146 | 55 | 62 | 0 | 70 | 63 | 74 | 543 | 47 | 35 |
| Binary | 1100110 | 101101 | 110010 | 0 | 111000 | 110011 | 111100 | 101100011 | 100111 | 11101 |
Color Harmonies of #662D32
Complementary color
Monochromatic Colors of #662D32
Black with #662D32
Text Example
Text Example
White with #662D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D32; }
p { color: rgb(102,45,50); }
H1.HeaderClassName
{
color: #662D32;
}
.AnyTagClassName
{
color: #662D32;
}
</style>
background-color css
<style>
a { background-color: #662D32; }
a { background-color: rgb(102,45,50); }
div.DivClassName
{
background-color: #662D32;
}
.BgClassName
{
background-color: #662D32;
}
</style>
border-color css
<style>
span { border-color: #662D32; }
span { border-color: rgb(102,45,50); }
td.TdClassName
{
border-color: #662D32;
}
.TagClassName
{
border-color: #662D32;
}
</style>