#6D4531

Color #6D4531 Jambalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jambalaya #6D4531

Tints of Jambalaya #6D4531

Color information

#6D4531 (or 0x6D4531) is unknown color: approx Jambalaya. HEX triplet: 6D, 45 and 31. RGB value is (109,69,49). Sum of RGB (Red+Green+Blue) = 109+69+49=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4531 is #92BACE. Grayscale: #4E4E4E. Windows color (decimal): -9616079 or 3229037. OLE color: 3229037.

HSL color Cylindrical-coordinate representation of color #6D4531: hue angle of 20º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4531 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB1096949-
CMYK00.370.550.57
HSL20º37.97%30.98%-
HSV(B)20º55.05%42.75%-
XYZ8.997.733.92-
YUV78.68111.25149.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=48.02%
G=30.40%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109694900.370.550.572037.9730.98
Hex6D4531025373914261f
Octal155105610456771244637
Binary1101101100010111000101001011101111110011010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D4531; }

 p { color: rgb(109,69,49); }

 H1.HeaderClassName
 {
   color: #6D4531;
 }
 .AnyTagClassName
 {
   color: #6D4531;
 }
</style>
background-color css

<style>
 a { background-color: #6D4531; }

 a { background-color: rgb(109,69,49); }

 div.DivClassName
 {
   background-color: #6D4531;
 }
 .BgClassName
 {
   background-color: #6D4531;
 }
</style>
border-color css

<style>
 span { border-color: #6D4531; }

 span { border-color: rgb(109,69,49); }

 td.TdClassName
 {
   border-color: #6D4531;
 }
 .TagClassName
 {
   border-color: #6D4531;
 }
</style>