Shades of Jazz #662F35
Tints of Jazz #662F35
RGB
CMYK
RGB Variations
Color information
#662F35 (or 0x662F35) is known color: Jazz. HEX triplet: 66, 2F and 35. RGB value is (102,47,53). Sum of RGB (Red+Green+Blue) = 102+47+53=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #662F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F35 is #99D0CA. Grayscale: #404040. Windows color (decimal): -10080459 or 3485542. OLE color: 3485542.
HSL color Cylindrical-coordinate representation of color #662F35: hue angle of 353.45º 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 #662F35 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 53 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.6 |
| HSL | 353.45º | 0.37% | 0.29% | - |
| HSV(B) | 353.45º | 0.54% | 0.4% | - |
| XYZ | 7.14 | 5.11 | 3.98 | - |
| YUV | 64.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 53 | 0 | 0.54 | 0.48 | 0.6 | 353.45 | 0.37 | 0.29 |
| Hex | 66 | 2F | 35 | 0 | 36 | 30 | 3C | 161 | 25 | 1D |
| Octal | 146 | 57 | 65 | 0 | 66 | 60 | 74 | 541 | 45 | 35 |
| Binary | 1100110 | 101111 | 110101 | 0 | 110110 | 110000 | 111100 | 101100001 | 100101 | 11101 |
Color Harmonies of #662F35
Complementary color
Monochromatic Colors of #662F35
Black with #662F35
Text Example
Text Example
White with #662F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F35; }
p { color: rgb(102,47,53); }
H1.HeaderClassName
{
color: #662F35;
}
.AnyTagClassName
{
color: #662F35;
}
</style>
background-color css
<style>
a { background-color: #662F35; }
a { background-color: rgb(102,47,53); }
div.DivClassName
{
background-color: #662F35;
}
.BgClassName
{
background-color: #662F35;
}
</style>
border-color css
<style>
span { border-color: #662F35; }
span { border-color: rgb(102,47,53); }
td.TdClassName
{
border-color: #662F35;
}
.TagClassName
{
border-color: #662F35;
}
</style>