Shades of Jambalaya #654330
Tints of Jambalaya #654330
RGB
CMYK
RGB Variations
Color information
#654330 (or 0x654330) is known color: Jambalaya. HEX triplet: 65, 43 and 30. RGB value is (101,67,48). Sum of RGB (Red+Green+Blue) = 101+67+48=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #654330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654330 is #9ABCCF. Grayscale: #4B4B4B. Windows color (decimal): -10140880 or 3162981. OLE color: 3162981.
HSL color Cylindrical-coordinate representation of color #654330: hue angle of 21.51º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654330 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 48 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.60 |
| HSL | 21.51º | 0.36% | 0.29% | - |
| HSV(B) | 21.51º | 0.52% | 0.4% | - |
| XYZ | 7.91 | 6.99 | 3.73 | - |
| YUV | 75 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 48 | 0 | 0.34 | 0.52 | 0.60 | 21.51 | 0.36 | 0.29 |
| Hex | 65 | 43 | 30 | 0 | 22 | 34 | 3C | 16 | 24 | 1D |
| Octal | 145 | 103 | 60 | 0 | 42 | 64 | 74 | 26 | 44 | 35 |
| Binary | 1100101 | 1000011 | 110000 | 0 | 100010 | 110100 | 111100 | 10110 | 100100 | 11101 |
Color Harmonies of #654330
Complementary color
Monochromatic Colors of #654330
Black with #654330
Text Example
Text Example
White with #654330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654330; }
p { color: rgb(101,67,48); }
H1.HeaderClassName
{
color: #654330;
}
.AnyTagClassName
{
color: #654330;
}
</style>
background-color css
<style>
a { background-color: #654330; }
a { background-color: rgb(101,67,48); }
div.DivClassName
{
background-color: #654330;
}
.BgClassName
{
background-color: #654330;
}
</style>
border-color css
<style>
span { border-color: #654330; }
span { border-color: rgb(101,67,48); }
td.TdClassName
{
border-color: #654330;
}
.TagClassName
{
border-color: #654330;
}
</style>