Shades of Jambalaya #654331
Tints of Jambalaya #654331
RGB
CMYK
RGB Variations
Color information
#654331 (or 0x654331) is known color: Jambalaya. HEX triplet: 65, 43 and 31. RGB value is (101,67,49). Sum of RGB (Red+Green+Blue) = 101+67+49=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #654331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654331 is #9ABCCE. Grayscale: #4B4B4B. Windows color (decimal): -10140879 or 3228517. OLE color: 3228517.
HSL color Cylindrical-coordinate representation of color #654331: hue angle of 20.77º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654331 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 49 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.60 |
| HSL | 20.77º | 0.35% | 0.29% | - |
| HSV(B) | 20.77º | 0.51% | 0.4% | - |
| XYZ | 7.93 | 7 | 3.84 | - |
| YUV | 75.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 49 | 0 | 0.34 | 0.51 | 0.60 | 20.77 | 0.35 | 0.29 |
| Hex | 65 | 43 | 31 | 0 | 22 | 33 | 3C | 15 | 23 | 1D |
| Octal | 145 | 103 | 61 | 0 | 42 | 63 | 74 | 25 | 43 | 35 |
| Binary | 1100101 | 1000011 | 110001 | 0 | 100010 | 110011 | 111100 | 10101 | 100011 | 11101 |
Color Harmonies of #654331
Complementary color
Monochromatic Colors of #654331
Black with #654331
Text Example
Text Example
White with #654331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654331; }
p { color: rgb(101,67,49); }
H1.HeaderClassName
{
color: #654331;
}
.AnyTagClassName
{
color: #654331;
}
</style>
background-color css
<style>
a { background-color: #654331; }
a { background-color: rgb(101,67,49); }
div.DivClassName
{
background-color: #654331;
}
.BgClassName
{
background-color: #654331;
}
</style>
border-color css
<style>
span { border-color: #654331; }
span { border-color: rgb(101,67,49); }
td.TdClassName
{
border-color: #654331;
}
.TagClassName
{
border-color: #654331;
}
</style>