Shades of Jambalaya #69452E
Tints of Jambalaya #69452E
RGB
CMYK
RGB Variations
Color information
#69452E (or 0x69452E) is known color: Jambalaya. HEX triplet: 69, 45 and 2E. RGB value is (105,69,46). Sum of RGB (Red+Green+Blue) = 105+69+46=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69452E is #96BAD1. Grayscale: #4D4D4D. Windows color (decimal): -9878226 or 3032425. OLE color: 3032425.
HSL color Cylindrical-coordinate representation of color #69452E: hue angle of 23.39º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69452E is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 46 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.59 |
| HSL | 23.39º | 0.39% | 0.3% | - |
| HSV(B) | 23.39º | 0.56% | 0.41% | - |
| XYZ | 8.45 | 7.46 | 3.58 | - |
| YUV | 77.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 46 | 0 | 0.34 | 0.56 | 0.59 | 23.39 | 0.39 | 0.3 |
| Hex | 69 | 45 | 2E | 0 | 22 | 38 | 3B | 17 | 27 | 1E |
| Octal | 151 | 105 | 56 | 0 | 42 | 70 | 73 | 27 | 47 | 36 |
| Binary | 1101001 | 1000101 | 101110 | 0 | 100010 | 111000 | 111011 | 10111 | 100111 | 11110 |
Color Harmonies of #69452E
Complementary color
Monochromatic Colors of #69452E
Black with #69452E
Text Example
Text Example
White with #69452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69452E; }
p { color: rgb(105,69,46); }
H1.HeaderClassName
{
color: #69452E;
}
.AnyTagClassName
{
color: #69452E;
}
</style>
background-color css
<style>
a { background-color: #69452E; }
a { background-color: rgb(105,69,46); }
div.DivClassName
{
background-color: #69452E;
}
.BgClassName
{
background-color: #69452E;
}
</style>
border-color css
<style>
span { border-color: #69452E; }
span { border-color: rgb(105,69,46); }
td.TdClassName
{
border-color: #69452E;
}
.TagClassName
{
border-color: #69452E;
}
</style>