Shades of Jambalaya #6B452F
Tints of Jambalaya #6B452F
RGB
CMYK
RGB Variations
Color information
#6B452F (or 0x6B452F) is known color: Jambalaya. HEX triplet: 6B, 45 and 2F. RGB value is (107,69,47). Sum of RGB (Red+Green+Blue) = 107+69+47=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B452F is #94BAD0. Grayscale: #4D4D4D. Windows color (decimal): -9747153 or 3097963. OLE color: 3097963.
HSL color Cylindrical-coordinate representation of color #6B452F: hue angle of 22º 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 #6B452F is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 69 | 47 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.58 |
| HSL | 22º | 0.39% | 0.3% | - |
| HSV(B) | 22º | 0.56% | 0.42% | - |
| XYZ | 8.7 | 7.59 | 3.7 | - |
| YUV | 77.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 47 | 0 | 0.36 | 0.56 | 0.58 | 22 | 0.39 | 0.3 |
| Hex | 6B | 45 | 2F | 0 | 24 | 38 | 3A | 16 | 27 | 1E |
| Octal | 153 | 105 | 57 | 0 | 44 | 70 | 72 | 26 | 47 | 36 |
| Binary | 1101011 | 1000101 | 101111 | 0 | 100100 | 111000 | 111010 | 10110 | 100111 | 11110 |
Color Harmonies of #6B452F
Complementary color
Monochromatic Colors of #6B452F
Black with #6B452F
Text Example
Text Example
White with #6B452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B452F; }
p { color: rgb(107,69,47); }
H1.HeaderClassName
{
color: #6B452F;
}
.AnyTagClassName
{
color: #6B452F;
}
</style>
background-color css
<style>
a { background-color: #6B452F; }
a { background-color: rgb(107,69,47); }
div.DivClassName
{
background-color: #6B452F;
}
.BgClassName
{
background-color: #6B452F;
}
</style>
border-color css
<style>
span { border-color: #6B452F; }
span { border-color: rgb(107,69,47); }
td.TdClassName
{
border-color: #6B452F;
}
.TagClassName
{
border-color: #6B452F;
}
</style>