Shades of Jambalaya #68472F
Tints of Jambalaya #68472F
RGB
CMYK
RGB Variations
Color information
#68472F (or 0x68472F) is known color: Jambalaya. HEX triplet: 68, 47 and 2F. RGB value is (104,71,47). Sum of RGB (Red+Green+Blue) = 104+71+47=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68472F is #97B8D0. Grayscale: #4E4E4E. Windows color (decimal): -9943249 or 3098472. OLE color: 3098472.
HSL color Cylindrical-coordinate representation of color #68472F: hue angle of 25.26º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68472F is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 47 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.59 |
| HSL | 25.26º | 0.38% | 0.3% | - |
| HSV(B) | 25.26º | 0.55% | 0.41% | - |
| XYZ | 8.48 | 7.65 | 3.72 | - |
| YUV | 78.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 47 | 0 | 0.32 | 0.55 | 0.59 | 25.26 | 0.38 | 0.3 |
| Hex | 68 | 47 | 2F | 0 | 20 | 37 | 3B | 19 | 26 | 1E |
| Octal | 150 | 107 | 57 | 0 | 40 | 67 | 73 | 31 | 46 | 36 |
| Binary | 1101000 | 1000111 | 101111 | 0 | 100000 | 110111 | 111011 | 11001 | 100110 | 11110 |
Color Harmonies of #68472F
Complementary color
Monochromatic Colors of #68472F
Black with #68472F
Text Example
Text Example
White with #68472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68472F; }
p { color: rgb(104,71,47); }
H1.HeaderClassName
{
color: #68472F;
}
.AnyTagClassName
{
color: #68472F;
}
</style>
background-color css
<style>
a { background-color: #68472F; }
a { background-color: rgb(104,71,47); }
div.DivClassName
{
background-color: #68472F;
}
.BgClassName
{
background-color: #68472F;
}
</style>
border-color css
<style>
span { border-color: #68472F; }
span { border-color: rgb(104,71,47); }
td.TdClassName
{
border-color: #68472F;
}
.TagClassName
{
border-color: #68472F;
}
</style>