#6E4936

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

Shades of Jambalaya #6E4936

Tints of Jambalaya #6E4936

Color information

#6E4936 (or 0x6E4936) is unknown color: approx Jambalaya. HEX triplet: 6E, 49 and 36. RGB value is (110,73,54). Sum of RGB (Red+Green+Blue) = 110+73+54=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4936 is #91B6C9. Grayscale: #525252. Windows color (decimal): -9549514 or 3557742. OLE color: 3557742.

HSL color Cylindrical-coordinate representation of color #6E4936: hue angle of 20.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E4936 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB1107354-
CMYK00.340.510.57
HSL20.36º34.15%32.16%-
HSV(B)20.36º50.91%43.14%-
XYZ9.488.354.6-
YUV81.9112.26148.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.41%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=46.41%
G=30.80%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110735400.340.510.5720.3634.1532.16
Hex6E49360223339142220
Octal156111660426371244240
Binary11011101001001110110010001011001111100110100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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