Shades of Jambalaya #65462F
Tints of Jambalaya #65462F
RGB
CMYK
RGB Variations
Color information
#65462F (or 0x65462F) is known color: Jambalaya. HEX triplet: 65, 46 and 2F. RGB value is (101,70,47). Sum of RGB (Red+Green+Blue) = 101+70+47=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #65462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65462F is #9AB9D0. Grayscale: #4C4C4C. Windows color (decimal): -10140113 or 3098213. OLE color: 3098213.
HSL color Cylindrical-coordinate representation of color #65462F: hue angle of 25.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65462F is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 47 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.60 |
| HSL | 25.56º | 0.36% | 0.29% | - |
| HSV(B) | 25.56º | 0.53% | 0.4% | - |
| XYZ | 8.07 | 7.35 | 3.68 | - |
| YUV | 76.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 47 | 0 | 0.31 | 0.53 | 0.60 | 25.56 | 0.36 | 0.29 |
| Hex | 65 | 46 | 2F | 0 | 1F | 35 | 3C | 1A | 24 | 1D |
| Octal | 145 | 106 | 57 | 0 | 37 | 65 | 74 | 32 | 44 | 35 |
| Binary | 1100101 | 1000110 | 101111 | 0 | 11111 | 110101 | 111100 | 11010 | 100100 | 11101 |
Color Harmonies of #65462F
Complementary color
Monochromatic Colors of #65462F
Black with #65462F
Text Example
Text Example
White with #65462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65462F; }
p { color: rgb(101,70,47); }
H1.HeaderClassName
{
color: #65462F;
}
.AnyTagClassName
{
color: #65462F;
}
</style>
background-color css
<style>
a { background-color: #65462F; }
a { background-color: rgb(101,70,47); }
div.DivClassName
{
background-color: #65462F;
}
.BgClassName
{
background-color: #65462F;
}
</style>
border-color css
<style>
span { border-color: #65462F; }
span { border-color: rgb(101,70,47); }
td.TdClassName
{
border-color: #65462F;
}
.TagClassName
{
border-color: #65462F;
}
</style>