Shades of Jambalaya #6B4930
Tints of Jambalaya #6B4930
RGB
CMYK
RGB Variations
Color information
#6B4930 (or 0x6B4930) is known color: Jambalaya. HEX triplet: 6B, 49 and 30. RGB value is (107,73,48). Sum of RGB (Red+Green+Blue) = 107+73+48=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4930 is #94B6CF. Grayscale: #505050. Windows color (decimal): -9746128 or 3164523. OLE color: 3164523.
HSL color Cylindrical-coordinate representation of color #6B4930: hue angle of 25.42º 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 #6B4930 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 73 | 48 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.58 |
| HSL | 25.42º | 0.38% | 0.3% | - |
| HSV(B) | 25.42º | 0.55% | 0.42% | - |
| XYZ | 8.98 | 8.1 | 3.89 | - |
| YUV | 80.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 48 | 0 | 0.32 | 0.55 | 0.58 | 25.42 | 0.38 | 0.3 |
| Hex | 6B | 49 | 30 | 0 | 20 | 37 | 3A | 19 | 26 | 1E |
| Octal | 153 | 111 | 60 | 0 | 40 | 67 | 72 | 31 | 46 | 36 |
| Binary | 1101011 | 1001001 | 110000 | 0 | 100000 | 110111 | 111010 | 11001 | 100110 | 11110 |
Color Harmonies of #6B4930
Complementary color
Monochromatic Colors of #6B4930
Black with #6B4930
Text Example
Text Example
White with #6B4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4930; }
p { color: rgb(107,73,48); }
H1.HeaderClassName
{
color: #6B4930;
}
.AnyTagClassName
{
color: #6B4930;
}
</style>
background-color css
<style>
a { background-color: #6B4930; }
a { background-color: rgb(107,73,48); }
div.DivClassName
{
background-color: #6B4930;
}
.BgClassName
{
background-color: #6B4930;
}
</style>
border-color css
<style>
span { border-color: #6B4930; }
span { border-color: rgb(107,73,48); }
td.TdClassName
{
border-color: #6B4930;
}
.TagClassName
{
border-color: #6B4930;
}
</style>