Shades of Jambalaya #69462D
Tints of Jambalaya #69462D
RGB
CMYK
RGB Variations
Color information
#69462D (or 0x69462D) is known color: Jambalaya. HEX triplet: 69, 46 and 2D. RGB value is (105,70,45). Sum of RGB (Red+Green+Blue) = 105+70+45=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69462D is #96B9D2. Grayscale: #4D4D4D. Windows color (decimal): -9877971 or 2967145. OLE color: 2967145.
HSL color Cylindrical-coordinate representation of color #69462D: hue angle of 25º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69462D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 70 | 45 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.59 |
| HSL | 25º | 0.4% | 0.29% | - |
| HSV(B) | 25º | 0.57% | 0.41% | - |
| XYZ | 8.49 | 7.57 | 3.5 | - |
| YUV | 77.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 45 | 0 | 0.33 | 0.57 | 0.59 | 25 | 0.4 | 0.29 |
| Hex | 69 | 46 | 2D | 0 | 21 | 39 | 3B | 19 | 28 | 1D |
| Octal | 151 | 106 | 55 | 0 | 41 | 71 | 73 | 31 | 50 | 35 |
| Binary | 1101001 | 1000110 | 101101 | 0 | 100001 | 111001 | 111011 | 11001 | 101000 | 11101 |
Color Harmonies of #69462D
Complementary color
Monochromatic Colors of #69462D
Black with #69462D
Text Example
Text Example
White with #69462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69462D; }
p { color: rgb(105,70,45); }
H1.HeaderClassName
{
color: #69462D;
}
.AnyTagClassName
{
color: #69462D;
}
</style>
background-color css
<style>
a { background-color: #69462D; }
a { background-color: rgb(105,70,45); }
div.DivClassName
{
background-color: #69462D;
}
.BgClassName
{
background-color: #69462D;
}
</style>
border-color css
<style>
span { border-color: #69462D; }
span { border-color: rgb(105,70,45); }
td.TdClassName
{
border-color: #69462D;
}
.TagClassName
{
border-color: #69462D;
}
</style>