Shades of Jambalaya #6F4C33
Tints of Jambalaya #6F4C33
RGB
CMYK
RGB Variations
Color information
#6F4C33 (or 0x6F4C33) is known color: Jambalaya. HEX triplet: 6F, 4C and 33. RGB value is (111,76,51). Sum of RGB (Red+Green+Blue) = 111+76+51=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C33 is #90B3CC. Grayscale: #535353. Windows color (decimal): -9483213 or 3361903. OLE color: 3361903.
HSL color Cylindrical-coordinate representation of color #6F4C33: hue angle of 25º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F4C33 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 51 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.56 |
| HSL | 25º | 0.37% | 0.32% | - |
| HSV(B) | 25º | 0.54% | 0.44% | - |
| XYZ | 9.74 | 8.79 | 4.31 | - |
| YUV | 83.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 51 | 0 | 0.32 | 0.54 | 0.56 | 25 | 0.37 | 0.32 |
| Hex | 6F | 4C | 33 | 0 | 20 | 36 | 38 | 19 | 25 | 20 |
| Octal | 157 | 114 | 63 | 0 | 40 | 66 | 70 | 31 | 45 | 40 |
| Binary | 1101111 | 1001100 | 110011 | 0 | 100000 | 110110 | 111000 | 11001 | 100101 | 100000 |
Color Harmonies of #6F4C33
Complementary color
Monochromatic Colors of #6F4C33
Black with #6F4C33
Text Example
Text Example
White with #6F4C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C33; }
p { color: rgb(111,76,51); }
H1.HeaderClassName
{
color: #6F4C33;
}
.AnyTagClassName
{
color: #6F4C33;
}
</style>
background-color css
<style>
a { background-color: #6F4C33; }
a { background-color: rgb(111,76,51); }
div.DivClassName
{
background-color: #6F4C33;
}
.BgClassName
{
background-color: #6F4C33;
}
</style>
border-color css
<style>
span { border-color: #6F4C33; }
span { border-color: rgb(111,76,51); }
td.TdClassName
{
border-color: #6F4C33;
}
.TagClassName
{
border-color: #6F4C33;
}
</style>