Shades of Jambalaya #68472E
Tints of Jambalaya #68472E
RGB
CMYK
RGB Variations
Color information
#68472E (or 0x68472E) is known color: Jambalaya. HEX triplet: 68, 47 and 2E. RGB value is (104,71,46). Sum of RGB (Red+Green+Blue) = 104+71+46=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68472E is #97B8D1. Grayscale: #4E4E4E. Windows color (decimal): -9943250 or 3032936. OLE color: 3032936.
HSL color Cylindrical-coordinate representation of color #68472E: hue angle of 25.86º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68472E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 46 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.59 |
| HSL | 25.86º | 0.39% | 0.29% | - |
| HSV(B) | 25.86º | 0.56% | 0.41% | - |
| XYZ | 8.46 | 7.65 | 3.62 | - |
| YUV | 78.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 46 | 0 | 0.32 | 0.56 | 0.59 | 25.86 | 0.39 | 0.29 |
| Hex | 68 | 47 | 2E | 0 | 20 | 38 | 3B | 1A | 27 | 1D |
| Octal | 150 | 107 | 56 | 0 | 40 | 70 | 73 | 32 | 47 | 35 |
| Binary | 1101000 | 1000111 | 101110 | 0 | 100000 | 111000 | 111011 | 11010 | 100111 | 11101 |
Color Harmonies of #68472E
Complementary color
Monochromatic Colors of #68472E
Black with #68472E
Text Example
Text Example
White with #68472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68472E; }
p { color: rgb(104,71,46); }
H1.HeaderClassName
{
color: #68472E;
}
.AnyTagClassName
{
color: #68472E;
}
</style>
background-color css
<style>
a { background-color: #68472E; }
a { background-color: rgb(104,71,46); }
div.DivClassName
{
background-color: #68472E;
}
.BgClassName
{
background-color: #68472E;
}
</style>
border-color css
<style>
span { border-color: #68472E; }
span { border-color: rgb(104,71,46); }
td.TdClassName
{
border-color: #68472E;
}
.TagClassName
{
border-color: #68472E;
}
</style>