Shades of Jazz #662F34
Tints of Jazz #662F34
RGB
CMYK
RGB Variations
Color information
#662F34 (or 0x662F34) is known color: Jazz. HEX triplet: 66, 2F and 34. RGB value is (102,47,52). Sum of RGB (Red+Green+Blue) = 102+47+52=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #662F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F34 is #99D0CB. Grayscale: #404040. Windows color (decimal): -10080460 or 3420006. OLE color: 3420006.
HSL color Cylindrical-coordinate representation of color #662F34: hue angle of 354.55º 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 #662F34 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 52 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.6 |
| HSL | 354.55º | 0.37% | 0.29% | - |
| HSV(B) | 354.55º | 0.54% | 0.4% | - |
| XYZ | 7.12 | 5.11 | 3.86 | - |
| YUV | 64.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 52 | 0 | 0.54 | 0.49 | 0.6 | 354.55 | 0.37 | 0.29 |
| Hex | 66 | 2F | 34 | 0 | 36 | 31 | 3C | 163 | 25 | 1D |
| Octal | 146 | 57 | 64 | 0 | 66 | 61 | 74 | 543 | 45 | 35 |
| Binary | 1100110 | 101111 | 110100 | 0 | 110110 | 110001 | 111100 | 101100011 | 100101 | 11101 |
Color Harmonies of #662F34
Complementary color
Monochromatic Colors of #662F34
Black with #662F34
Text Example
Text Example
White with #662F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F34; }
p { color: rgb(102,47,52); }
H1.HeaderClassName
{
color: #662F34;
}
.AnyTagClassName
{
color: #662F34;
}
</style>
background-color css
<style>
a { background-color: #662F34; }
a { background-color: rgb(102,47,52); }
div.DivClassName
{
background-color: #662F34;
}
.BgClassName
{
background-color: #662F34;
}
</style>
border-color css
<style>
span { border-color: #662F34; }
span { border-color: rgb(102,47,52); }
td.TdClassName
{
border-color: #662F34;
}
.TagClassName
{
border-color: #662F34;
}
</style>