Shades of Jazz #612E32
Tints of Jazz #612E32
RGB
CMYK
RGB Variations
Color information
#612E32 (or 0x612E32) is known color: Jazz. HEX triplet: 61, 2E and 32. RGB value is (97,46,50). Sum of RGB (Red+Green+Blue) = 97+46+50=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #612E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E32 is #9ED1CD. Grayscale: #3D3D3D. Windows color (decimal): -10408398 or 3288673. OLE color: 3288673.
HSL color Cylindrical-coordinate representation of color #612E32: hue angle of 355.29º 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 #612E32 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 50 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.62 |
| HSL | 355.29º | 0.36% | 0.28% | - |
| HSV(B) | 355.29º | 0.53% | 0.38% | - |
| XYZ | 6.48 | 4.73 | 3.59 | - |
| YUV | 61.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 50 | 0 | 0.53 | 0.48 | 0.62 | 355.29 | 0.36 | 0.28 |
| Hex | 61 | 2E | 32 | 0 | 35 | 30 | 3E | 163 | 24 | 1C |
| Octal | 141 | 56 | 62 | 0 | 65 | 60 | 76 | 543 | 44 | 34 |
| Binary | 1100001 | 101110 | 110010 | 0 | 110101 | 110000 | 111110 | 101100011 | 100100 | 11100 |
Color Harmonies of #612E32
Complementary color
Monochromatic Colors of #612E32
Black with #612E32
Text Example
Text Example
White with #612E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E32; }
p { color: rgb(97,46,50); }
H1.HeaderClassName
{
color: #612E32;
}
.AnyTagClassName
{
color: #612E32;
}
</style>
background-color css
<style>
a { background-color: #612E32; }
a { background-color: rgb(97,46,50); }
div.DivClassName
{
background-color: #612E32;
}
.BgClassName
{
background-color: #612E32;
}
</style>
border-color css
<style>
span { border-color: #612E32; }
span { border-color: rgb(97,46,50); }
td.TdClassName
{
border-color: #612E32;
}
.TagClassName
{
border-color: #612E32;
}
</style>