Shades of Jazz #612E2F
Tints of Jazz #612E2F
RGB
CMYK
RGB Variations
Color information
#612E2F (or 0x612E2F) is known color: Jazz. HEX triplet: 61, 2E and 2F. RGB value is (97,46,47). Sum of RGB (Red+Green+Blue) = 97+46+47=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #612E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E2F is #9ED1D0. Grayscale: #3D3D3D. Windows color (decimal): -10408401 or 3092065. OLE color: 3092065.
HSL color Cylindrical-coordinate representation of color #612E2F: hue angle of 358.82º 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 #612E2F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 47 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.62 |
| HSL | 358.82º | 0.36% | 0.28% | - |
| HSV(B) | 358.82º | 0.53% | 0.38% | - |
| XYZ | 6.42 | 4.7 | 3.26 | - |
| YUV | 61.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 47 | 0 | 0.53 | 0.52 | 0.62 | 358.82 | 0.36 | 0.28 |
| Hex | 61 | 2E | 2F | 0 | 35 | 34 | 3E | 167 | 24 | 1C |
| Octal | 141 | 56 | 57 | 0 | 65 | 64 | 76 | 547 | 44 | 34 |
| Binary | 1100001 | 101110 | 101111 | 0 | 110101 | 110100 | 111110 | 101100111 | 100100 | 11100 |
Color Harmonies of #612E2F
Complementary color
Monochromatic Colors of #612E2F
Black with #612E2F
Text Example
Text Example
White with #612E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E2F; }
p { color: rgb(97,46,47); }
H1.HeaderClassName
{
color: #612E2F;
}
.AnyTagClassName
{
color: #612E2F;
}
</style>
background-color css
<style>
a { background-color: #612E2F; }
a { background-color: rgb(97,46,47); }
div.DivClassName
{
background-color: #612E2F;
}
.BgClassName
{
background-color: #612E2F;
}
</style>
border-color css
<style>
span { border-color: #612E2F; }
span { border-color: rgb(97,46,47); }
td.TdClassName
{
border-color: #612E2F;
}
.TagClassName
{
border-color: #612E2F;
}
</style>