Shades of Jambalaya #6A452F
Tints of Jambalaya #6A452F
RGB
CMYK
RGB Variations
Color information
#6A452F (or 0x6A452F) is known color: Jambalaya. HEX triplet: 6A, 45 and 2F. RGB value is (106,69,47). Sum of RGB (Red+Green+Blue) = 106+69+47=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A452F is #95BAD0. Grayscale: #4D4D4D. Windows color (decimal): -9812689 or 3097962. OLE color: 3097962.
HSL color Cylindrical-coordinate representation of color #6A452F: hue angle of 22.37º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A452F is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 69 | 47 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.58 |
| HSL | 22.37º | 0.39% | 0.3% | - |
| HSV(B) | 22.37º | 0.56% | 0.42% | - |
| XYZ | 8.59 | 7.53 | 3.69 | - |
| YUV | 77.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 69 | 47 | 0 | 0.35 | 0.56 | 0.58 | 22.37 | 0.39 | 0.3 |
| Hex | 6A | 45 | 2F | 0 | 23 | 38 | 3A | 16 | 27 | 1E |
| Octal | 152 | 105 | 57 | 0 | 43 | 70 | 72 | 26 | 47 | 36 |
| Binary | 1101010 | 1000101 | 101111 | 0 | 100011 | 111000 | 111010 | 10110 | 100111 | 11110 |
Color Harmonies of #6A452F
Complementary color
Monochromatic Colors of #6A452F
Black with #6A452F
Text Example
Text Example
White with #6A452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A452F; }
p { color: rgb(106,69,47); }
H1.HeaderClassName
{
color: #6A452F;
}
.AnyTagClassName
{
color: #6A452F;
}
</style>
background-color css
<style>
a { background-color: #6A452F; }
a { background-color: rgb(106,69,47); }
div.DivClassName
{
background-color: #6A452F;
}
.BgClassName
{
background-color: #6A452F;
}
</style>
border-color css
<style>
span { border-color: #6A452F; }
span { border-color: rgb(106,69,47); }
td.TdClassName
{
border-color: #6A452F;
}
.TagClassName
{
border-color: #6A452F;
}
</style>