Shades of Jambalaya #6B4F38
Tints of Jambalaya #6B4F38
RGB
CMYK
RGB Variations
Color information
#6B4F38 (or 0x6B4F38) is known color: Jambalaya. HEX triplet: 6B, 4F and 38. RGB value is (107,79,56). Sum of RGB (Red+Green+Blue) = 107+79+56=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4F38 is #94B0C7. Grayscale: #545454. Windows color (decimal): -9744584 or 3690347. OLE color: 3690347.
HSL color Cylindrical-coordinate representation of color #6B4F38: hue angle of 27.06º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B4F38 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 79 | 56 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.58 |
| HSL | 27.06º | 0.31% | 0.32% | - |
| HSV(B) | 27.06º | 0.48% | 0.42% | - |
| XYZ | 9.57 | 9 | 4.97 | - |
| YUV | 84.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 56 | 0 | 0.26 | 0.48 | 0.58 | 27.06 | 0.31 | 0.32 |
| Hex | 6B | 4F | 38 | 0 | 1A | 30 | 3A | 1B | 1F | 20 |
| Octal | 153 | 117 | 70 | 0 | 32 | 60 | 72 | 33 | 37 | 40 |
| Binary | 1101011 | 1001111 | 111000 | 0 | 11010 | 110000 | 111010 | 11011 | 11111 | 100000 |
Color Harmonies of #6B4F38
Complementary color
Monochromatic Colors of #6B4F38
Black with #6B4F38
Text Example
Text Example
White with #6B4F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4F38; }
p { color: rgb(107,79,56); }
H1.HeaderClassName
{
color: #6B4F38;
}
.AnyTagClassName
{
color: #6B4F38;
}
</style>
background-color css
<style>
a { background-color: #6B4F38; }
a { background-color: rgb(107,79,56); }
div.DivClassName
{
background-color: #6B4F38;
}
.BgClassName
{
background-color: #6B4F38;
}
</style>
border-color css
<style>
span { border-color: #6B4F38; }
span { border-color: rgb(107,79,56); }
td.TdClassName
{
border-color: #6B4F38;
}
.TagClassName
{
border-color: #6B4F38;
}
</style>