Shades of Jambalaya #6C4930
Tints of Jambalaya #6C4930
RGB
CMYK
RGB Variations
Color information
#6C4930 (or 0x6C4930) is known color: Jambalaya. HEX triplet: 6C, 49 and 30. RGB value is (108,73,48). Sum of RGB (Red+Green+Blue) = 108+73+48=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4930 is #93B6CF. Grayscale: #505050. Windows color (decimal): -9680592 or 3164524. OLE color: 3164524.
HSL color Cylindrical-coordinate representation of color #6C4930: hue angle of 25º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C4930 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 73 | 48 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.58 |
| HSL | 25º | 0.38% | 0.31% | - |
| HSV(B) | 25º | 0.56% | 0.42% | - |
| XYZ | 9.1 | 8.17 | 3.89 | - |
| YUV | 80.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 48 | 0 | 0.32 | 0.56 | 0.58 | 25 | 0.38 | 0.31 |
| Hex | 6C | 49 | 30 | 0 | 20 | 38 | 3A | 19 | 26 | 1F |
| Octal | 154 | 111 | 60 | 0 | 40 | 70 | 72 | 31 | 46 | 37 |
| Binary | 1101100 | 1001001 | 110000 | 0 | 100000 | 111000 | 111010 | 11001 | 100110 | 11111 |
Color Harmonies of #6C4930
Complementary color
Monochromatic Colors of #6C4930
Black with #6C4930
Text Example
Text Example
White with #6C4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4930; }
p { color: rgb(108,73,48); }
H1.HeaderClassName
{
color: #6C4930;
}
.AnyTagClassName
{
color: #6C4930;
}
</style>
background-color css
<style>
a { background-color: #6C4930; }
a { background-color: rgb(108,73,48); }
div.DivClassName
{
background-color: #6C4930;
}
.BgClassName
{
background-color: #6C4930;
}
</style>
border-color css
<style>
span { border-color: #6C4930; }
span { border-color: rgb(108,73,48); }
td.TdClassName
{
border-color: #6C4930;
}
.TagClassName
{
border-color: #6C4930;
}
</style>