Shades of Jambalaya #6B4430
Tints of Jambalaya #6B4430
RGB
CMYK
RGB Variations
Color information
#6B4430 (or 0x6B4430) is known color: Jambalaya. HEX triplet: 6B, 44 and 30. RGB value is (107,68,48). Sum of RGB (Red+Green+Blue) = 107+68+48=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4430 is #94BBCF. Grayscale: #4D4D4D. Windows color (decimal): -9747408 or 3163243. OLE color: 3163243.
HSL color Cylindrical-coordinate representation of color #6B4430: hue angle of 20.34º 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 #6B4430 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 48 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.58 |
| HSL | 20.34º | 0.38% | 0.3% | - |
| HSV(B) | 20.34º | 0.55% | 0.42% | - |
| XYZ | 8.66 | 7.47 | 3.78 | - |
| YUV | 77.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 48 | 0 | 0.36 | 0.55 | 0.58 | 20.34 | 0.38 | 0.3 |
| Hex | 6B | 44 | 30 | 0 | 24 | 37 | 3A | 14 | 26 | 1E |
| Octal | 153 | 104 | 60 | 0 | 44 | 67 | 72 | 24 | 46 | 36 |
| Binary | 1101011 | 1000100 | 110000 | 0 | 100100 | 110111 | 111010 | 10100 | 100110 | 11110 |
Color Harmonies of #6B4430
Complementary color
Monochromatic Colors of #6B4430
Black with #6B4430
Text Example
Text Example
White with #6B4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4430; }
p { color: rgb(107,68,48); }
H1.HeaderClassName
{
color: #6B4430;
}
.AnyTagClassName
{
color: #6B4430;
}
</style>
background-color css
<style>
a { background-color: #6B4430; }
a { background-color: rgb(107,68,48); }
div.DivClassName
{
background-color: #6B4430;
}
.BgClassName
{
background-color: #6B4430;
}
</style>
border-color css
<style>
span { border-color: #6B4430; }
span { border-color: rgb(107,68,48); }
td.TdClassName
{
border-color: #6B4430;
}
.TagClassName
{
border-color: #6B4430;
}
</style>