Shades of Jambalaya #6B4530
Tints of Jambalaya #6B4530
RGB
CMYK
RGB Variations
Color information
#6B4530 (or 0x6B4530) is known color: Jambalaya. HEX triplet: 6B, 45 and 30. RGB value is (107,69,48). Sum of RGB (Red+Green+Blue) = 107+69+48=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4530 is #94BACF. Grayscale: #4E4E4E. Windows color (decimal): -9747152 or 3163499. OLE color: 3163499.
HSL color Cylindrical-coordinate representation of color #6B4530: hue angle of 21.36º 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 #6B4530 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 69 | 48 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.58 |
| HSL | 21.36º | 0.38% | 0.3% | - |
| HSV(B) | 21.36º | 0.55% | 0.42% | - |
| XYZ | 8.73 | 7.6 | 3.8 | - |
| YUV | 77.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 48 | 0 | 0.36 | 0.55 | 0.58 | 21.36 | 0.38 | 0.3 |
| Hex | 6B | 45 | 30 | 0 | 24 | 37 | 3A | 15 | 26 | 1E |
| Octal | 153 | 105 | 60 | 0 | 44 | 67 | 72 | 25 | 46 | 36 |
| Binary | 1101011 | 1000101 | 110000 | 0 | 100100 | 110111 | 111010 | 10101 | 100110 | 11110 |
Color Harmonies of #6B4530
Complementary color
Monochromatic Colors of #6B4530
Black with #6B4530
Text Example
Text Example
White with #6B4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4530; }
p { color: rgb(107,69,48); }
H1.HeaderClassName
{
color: #6B4530;
}
.AnyTagClassName
{
color: #6B4530;
}
</style>
background-color css
<style>
a { background-color: #6B4530; }
a { background-color: rgb(107,69,48); }
div.DivClassName
{
background-color: #6B4530;
}
.BgClassName
{
background-color: #6B4530;
}
</style>
border-color css
<style>
span { border-color: #6B4530; }
span { border-color: rgb(107,69,48); }
td.TdClassName
{
border-color: #6B4530;
}
.TagClassName
{
border-color: #6B4530;
}
</style>