#6E4931

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

Shades of Jambalaya #6E4931

Tints of Jambalaya #6E4931

Color information

#6E4931 (or 0x6E4931) is unknown color: approx Jambalaya. HEX triplet: 6E, 49 and 31. RGB value is (110,73,49). Sum of RGB (Red+Green+Blue) = 110+73+49=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4931 is #91B6CE. Grayscale: #515151. Windows color (decimal): -9549519 or 3230062. OLE color: 3230062.

HSL color Cylindrical-coordinate representation of color #6E4931: hue angle of 23.61º 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 #6E4931 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB1107349-
CMYK00.340.550.57
HSL23.61º38.36%31.18%-
HSV(B)23.61º55.45%43.14%-
XYZ9.378.34.01-
YUV81.33109.76148.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.41%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=47.41%
G=31.47%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110734900.340.550.5723.6138.3631.18
Hex6E4931022373918261f
Octal156111610426771304637
Binary1101110100100111000101000101101111110011100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,73,49); }

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

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

 a { background-color: rgb(110,73,49); }

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

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

 span { border-color: rgb(110,73,49); }

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