Shades of Jambalaya #6B4B32
Tints of Jambalaya #6B4B32
RGB
CMYK
RGB Variations
Color information
#6B4B32 (or 0x6B4B32) is known color: Jambalaya. HEX triplet: 6B, 4B and 32. RGB value is (107,75,50). Sum of RGB (Red+Green+Blue) = 107+75+50=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4B32 is #94B4CD. Grayscale: #515151. Windows color (decimal): -9745614 or 3296107. OLE color: 3296107.
HSL color Cylindrical-coordinate representation of color #6B4B32: hue angle of 26.32º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B4B32 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 75 | 50 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.58 |
| HSL | 26.32º | 0.36% | 0.31% | - |
| HSV(B) | 26.32º | 0.53% | 0.42% | - |
| XYZ | 9.16 | 8.39 | 4.15 | - |
| YUV | 81.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 75 | 50 | 0 | 0.30 | 0.53 | 0.58 | 26.32 | 0.36 | 0.31 |
| Hex | 6B | 4B | 32 | 0 | 1E | 35 | 3A | 1A | 24 | 1F |
| Octal | 153 | 113 | 62 | 0 | 36 | 65 | 72 | 32 | 44 | 37 |
| Binary | 1101011 | 1001011 | 110010 | 0 | 11110 | 110101 | 111010 | 11010 | 100100 | 11111 |
Color Harmonies of #6B4B32
Complementary color
Monochromatic Colors of #6B4B32
Black with #6B4B32
Text Example
Text Example
White with #6B4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4B32; }
p { color: rgb(107,75,50); }
H1.HeaderClassName
{
color: #6B4B32;
}
.AnyTagClassName
{
color: #6B4B32;
}
</style>
background-color css
<style>
a { background-color: #6B4B32; }
a { background-color: rgb(107,75,50); }
div.DivClassName
{
background-color: #6B4B32;
}
.BgClassName
{
background-color: #6B4B32;
}
</style>
border-color css
<style>
span { border-color: #6B4B32; }
span { border-color: rgb(107,75,50); }
td.TdClassName
{
border-color: #6B4B32;
}
.TagClassName
{
border-color: #6B4B32;
}
</style>