Shades of Jazz #662F37
Tints of Jazz #662F37
RGB
CMYK
RGB Variations
Color information
#662F37 (or 0x662F37) is known color: Jazz. HEX triplet: 66, 2F and 37. RGB value is (102,47,55). Sum of RGB (Red+Green+Blue) = 102+47+55=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F37 is #99D0C8. Grayscale: #404040. Windows color (decimal): -10080457 or 3616614. OLE color: 3616614.
HSL color Cylindrical-coordinate representation of color #662F37: hue angle of 351.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #662F37 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 55 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.6 |
| HSL | 351.27º | 0.37% | 0.29% | - |
| HSV(B) | 351.27º | 0.54% | 0.4% | - |
| XYZ | 7.19 | 5.13 | 4.23 | - |
| YUV | 64.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 55 | 0 | 0.54 | 0.46 | 0.6 | 351.27 | 0.37 | 0.29 |
| Hex | 66 | 2F | 37 | 0 | 36 | 2E | 3C | 15F | 25 | 1D |
| Octal | 146 | 57 | 67 | 0 | 66 | 56 | 74 | 537 | 45 | 35 |
| Binary | 1100110 | 101111 | 110111 | 0 | 110110 | 101110 | 111100 | 101011111 | 100101 | 11101 |
Color Harmonies of #662F37
Complementary color
Monochromatic Colors of #662F37
Black with #662F37
Text Example
Text Example
White with #662F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F37; }
p { color: rgb(102,47,55); }
H1.HeaderClassName
{
color: #662F37;
}
.AnyTagClassName
{
color: #662F37;
}
</style>
background-color css
<style>
a { background-color: #662F37; }
a { background-color: rgb(102,47,55); }
div.DivClassName
{
background-color: #662F37;
}
.BgClassName
{
background-color: #662F37;
}
</style>
border-color css
<style>
span { border-color: #662F37; }
span { border-color: rgb(102,47,55); }
td.TdClassName
{
border-color: #662F37;
}
.TagClassName
{
border-color: #662F37;
}
</style>