Shades of Jazz #622B2E
Tints of Jazz #622B2E
RGB
CMYK
RGB Variations
Color information
#622B2E (or 0x622B2E) is known color: Jazz. HEX triplet: 62, 2B and 2E. RGB value is (98,43,46). Sum of RGB (Red+Green+Blue) = 98+43+46=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #622B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B2E is #9DD4D1. Grayscale: #3B3B3B. Windows color (decimal): -10343634 or 3025762. OLE color: 3025762.
HSL color Cylindrical-coordinate representation of color #622B2E: hue angle of 356.73º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622B2E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 46 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.62 |
| HSL | 356.73º | 0.39% | 0.28% | - |
| HSV(B) | 356.73º | 0.56% | 0.38% | - |
| XYZ | 6.39 | 4.52 | 3.12 | - |
| YUV | 59.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 46 | 0 | 0.56 | 0.53 | 0.62 | 356.73 | 0.39 | 0.28 |
| Hex | 62 | 2B | 2E | 0 | 38 | 35 | 3E | 165 | 27 | 1C |
| Octal | 142 | 53 | 56 | 0 | 70 | 65 | 76 | 545 | 47 | 34 |
| Binary | 1100010 | 101011 | 101110 | 0 | 111000 | 110101 | 111110 | 101100101 | 100111 | 11100 |
Color Harmonies of #622B2E
Complementary color
Monochromatic Colors of #622B2E
Black with #622B2E
Text Example
Text Example
White with #622B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B2E; }
p { color: rgb(98,43,46); }
H1.HeaderClassName
{
color: #622B2E;
}
.AnyTagClassName
{
color: #622B2E;
}
</style>
background-color css
<style>
a { background-color: #622B2E; }
a { background-color: rgb(98,43,46); }
div.DivClassName
{
background-color: #622B2E;
}
.BgClassName
{
background-color: #622B2E;
}
</style>
border-color css
<style>
span { border-color: #622B2E; }
span { border-color: rgb(98,43,46); }
td.TdClassName
{
border-color: #622B2E;
}
.TagClassName
{
border-color: #622B2E;
}
</style>