Shades of Jambalaya #6A472E
Tints of Jambalaya #6A472E
RGB
CMYK
RGB Variations
Color information
#6A472E (or 0x6A472E) is known color: Jambalaya. HEX triplet: 6A, 47 and 2E. RGB value is (106,71,46). Sum of RGB (Red+Green+Blue) = 106+71+46=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A472E is #95B8D1. Grayscale: #4E4E4E. Windows color (decimal): -9812178 or 3032938. OLE color: 3032938.
HSL color Cylindrical-coordinate representation of color #6A472E: hue angle of 25º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A472E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 71 | 46 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.58 |
| HSL | 25º | 0.39% | 0.3% | - |
| HSV(B) | 25º | 0.57% | 0.42% | - |
| XYZ | 8.69 | 7.77 | 3.63 | - |
| YUV | 78.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 46 | 0 | 0.33 | 0.57 | 0.58 | 25 | 0.39 | 0.3 |
| Hex | 6A | 47 | 2E | 0 | 21 | 39 | 3A | 19 | 27 | 1E |
| Octal | 152 | 107 | 56 | 0 | 41 | 71 | 72 | 31 | 47 | 36 |
| Binary | 1101010 | 1000111 | 101110 | 0 | 100001 | 111001 | 111010 | 11001 | 100111 | 11110 |
Color Harmonies of #6A472E
Complementary color
Monochromatic Colors of #6A472E
Black with #6A472E
Text Example
Text Example
White with #6A472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A472E; }
p { color: rgb(106,71,46); }
H1.HeaderClassName
{
color: #6A472E;
}
.AnyTagClassName
{
color: #6A472E;
}
</style>
background-color css
<style>
a { background-color: #6A472E; }
a { background-color: rgb(106,71,46); }
div.DivClassName
{
background-color: #6A472E;
}
.BgClassName
{
background-color: #6A472E;
}
</style>
border-color css
<style>
span { border-color: #6A472E; }
span { border-color: rgb(106,71,46); }
td.TdClassName
{
border-color: #6A472E;
}
.TagClassName
{
border-color: #6A472E;
}
</style>