Shades of Jazz #652D32
Tints of Jazz #652D32
RGB
CMYK
RGB Variations
Color information
#652D32 (or 0x652D32) is known color: Jazz. HEX triplet: 65, 2D and 32. RGB value is (101,45,50). Sum of RGB (Red+Green+Blue) = 101+45+50=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #652D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D32 is #9AD2CD. Grayscale: #3E3E3E. Windows color (decimal): -10146510 or 3288421. OLE color: 3288421.
HSL color Cylindrical-coordinate representation of color #652D32: hue angle of 354.64º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D32 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 50 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.60 |
| HSL | 354.64º | 0.38% | 0.29% | - |
| HSV(B) | 354.64º | 0.55% | 0.4% | - |
| XYZ | 6.88 | 4.87 | 3.6 | - |
| YUV | 62.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 50 | 0 | 0.55 | 0.50 | 0.60 | 354.64 | 0.38 | 0.29 |
| Hex | 65 | 2D | 32 | 0 | 37 | 32 | 3C | 163 | 26 | 1D |
| Octal | 145 | 55 | 62 | 0 | 67 | 62 | 74 | 543 | 46 | 35 |
| Binary | 1100101 | 101101 | 110010 | 0 | 110111 | 110010 | 111100 | 101100011 | 100110 | 11101 |
Color Harmonies of #652D32
Complementary color
Monochromatic Colors of #652D32
Black with #652D32
Text Example
Text Example
White with #652D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D32; }
p { color: rgb(101,45,50); }
H1.HeaderClassName
{
color: #652D32;
}
.AnyTagClassName
{
color: #652D32;
}
</style>
background-color css
<style>
a { background-color: #652D32; }
a { background-color: rgb(101,45,50); }
div.DivClassName
{
background-color: #652D32;
}
.BgClassName
{
background-color: #652D32;
}
</style>
border-color css
<style>
span { border-color: #652D32; }
span { border-color: rgb(101,45,50); }
td.TdClassName
{
border-color: #652D32;
}
.TagClassName
{
border-color: #652D32;
}
</style>