Shades of Jazz #622E2F
Tints of Jazz #622E2F
RGB
CMYK
RGB Variations
Color information
#622E2F (or 0x622E2F) is known color: Jazz. HEX triplet: 62, 2E and 2F. RGB value is (98,46,47). Sum of RGB (Red+Green+Blue) = 98+46+47=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #622E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E2F is #9DD1D0. Grayscale: #3D3D3D. Windows color (decimal): -10342865 or 3092066. OLE color: 3092066.
HSL color Cylindrical-coordinate representation of color #622E2F: hue angle of 358.85º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622E2F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 47 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.62 |
| HSL | 358.85º | 0.36% | 0.28% | - |
| HSV(B) | 358.85º | 0.53% | 0.38% | - |
| XYZ | 6.53 | 4.76 | 3.26 | - |
| YUV | 61.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 47 | 0 | 0.53 | 0.52 | 0.62 | 358.85 | 0.36 | 0.28 |
| Hex | 62 | 2E | 2F | 0 | 35 | 34 | 3E | 167 | 24 | 1C |
| Octal | 142 | 56 | 57 | 0 | 65 | 64 | 76 | 547 | 44 | 34 |
| Binary | 1100010 | 101110 | 101111 | 0 | 110101 | 110100 | 111110 | 101100111 | 100100 | 11100 |
Color Harmonies of #622E2F
Complementary color
Monochromatic Colors of #622E2F
Black with #622E2F
Text Example
Text Example
White with #622E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E2F; }
p { color: rgb(98,46,47); }
H1.HeaderClassName
{
color: #622E2F;
}
.AnyTagClassName
{
color: #622E2F;
}
</style>
background-color css
<style>
a { background-color: #622E2F; }
a { background-color: rgb(98,46,47); }
div.DivClassName
{
background-color: #622E2F;
}
.BgClassName
{
background-color: #622E2F;
}
</style>
border-color css
<style>
span { border-color: #622E2F; }
span { border-color: rgb(98,46,47); }
td.TdClassName
{
border-color: #622E2F;
}
.TagClassName
{
border-color: #622E2F;
}
</style>