Shades of Jazz #662F36
Tints of Jazz #662F36
RGB
CMYK
RGB Variations
Color information
#662F36 (or 0x662F36) is known color: Jazz. HEX triplet: 66, 2F and 36. RGB value is (102,47,54). Sum of RGB (Red+Green+Blue) = 102+47+54=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #662F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F36 is #99D0C9. Grayscale: #404040. Windows color (decimal): -10080458 or 3551078. OLE color: 3551078.
HSL color Cylindrical-coordinate representation of color #662F36: hue angle of 352.36º 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 #662F36 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 54 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.6 |
| HSL | 352.36º | 0.37% | 0.29% | - |
| HSV(B) | 352.36º | 0.54% | 0.4% | - |
| XYZ | 7.16 | 5.12 | 4.1 | - |
| YUV | 64.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 54 | 0 | 0.54 | 0.47 | 0.6 | 352.36 | 0.37 | 0.29 |
| Hex | 66 | 2F | 36 | 0 | 36 | 2F | 3C | 160 | 25 | 1D |
| Octal | 146 | 57 | 66 | 0 | 66 | 57 | 74 | 540 | 45 | 35 |
| Binary | 1100110 | 101111 | 110110 | 0 | 110110 | 101111 | 111100 | 101100000 | 100101 | 11101 |
Color Harmonies of #662F36
Complementary color
Monochromatic Colors of #662F36
Black with #662F36
Text Example
Text Example
White with #662F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F36; }
p { color: rgb(102,47,54); }
H1.HeaderClassName
{
color: #662F36;
}
.AnyTagClassName
{
color: #662F36;
}
</style>
background-color css
<style>
a { background-color: #662F36; }
a { background-color: rgb(102,47,54); }
div.DivClassName
{
background-color: #662F36;
}
.BgClassName
{
background-color: #662F36;
}
</style>
border-color css
<style>
span { border-color: #662F36; }
span { border-color: rgb(102,47,54); }
td.TdClassName
{
border-color: #662F36;
}
.TagClassName
{
border-color: #662F36;
}
</style>