Shades of Jambalaya #6A4230
Tints of Jambalaya #6A4230
RGB
CMYK
RGB Variations
Color information
#6A4230 (or 0x6A4230) is known color: Jambalaya. HEX triplet: 6A, 42 and 30. RGB value is (106,66,48). Sum of RGB (Red+Green+Blue) = 106+66+48=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4230 is #95BDCF. Grayscale: #4C4C4C. Windows color (decimal): -9813456 or 3162730. OLE color: 3162730.
HSL color Cylindrical-coordinate representation of color #6A4230: hue angle of 18.62º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A4230 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 66 | 48 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.58 |
| HSL | 18.62º | 0.38% | 0.3% | - |
| HSV(B) | 18.62º | 0.55% | 0.42% | - |
| XYZ | 8.43 | 7.17 | 3.74 | - |
| YUV | 75.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 48 | 0 | 0.38 | 0.55 | 0.58 | 18.62 | 0.38 | 0.3 |
| Hex | 6A | 42 | 30 | 0 | 26 | 37 | 3A | 13 | 26 | 1E |
| Octal | 152 | 102 | 60 | 0 | 46 | 67 | 72 | 23 | 46 | 36 |
| Binary | 1101010 | 1000010 | 110000 | 0 | 100110 | 110111 | 111010 | 10011 | 100110 | 11110 |
Color Harmonies of #6A4230
Complementary color
Monochromatic Colors of #6A4230
Black with #6A4230
Text Example
Text Example
White with #6A4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4230; }
p { color: rgb(106,66,48); }
H1.HeaderClassName
{
color: #6A4230;
}
.AnyTagClassName
{
color: #6A4230;
}
</style>
background-color css
<style>
a { background-color: #6A4230; }
a { background-color: rgb(106,66,48); }
div.DivClassName
{
background-color: #6A4230;
}
.BgClassName
{
background-color: #6A4230;
}
</style>
border-color css
<style>
span { border-color: #6A4230; }
span { border-color: rgb(106,66,48); }
td.TdClassName
{
border-color: #6A4230;
}
.TagClassName
{
border-color: #6A4230;
}
</style>