#6E4636

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

Shades of Jambalaya #6E4636

Tints of Jambalaya #6E4636

Color information

#6E4636 (or 0x6E4636) is unknown color: approx Jambalaya. HEX triplet: 6E, 46 and 36. RGB value is (110,70,54). Sum of RGB (Red+Green+Blue) = 110+70+54=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4636 is #91B9C9. Grayscale: #505050. Windows color (decimal): -9550282 or 3556974. OLE color: 3556974.

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

Color convert

RGB1107054-
CMYK00.360.510.57
HSL17.14º34.15%32.16%-
HSV(B)17.14º50.91%43.14%-
XYZ9.297.964.54-
YUV80.14113.25149.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.01%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=47.01%
G=29.91%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110705400.360.510.5717.1434.1532.16
Hex6E46360243339112220
Octal156106660446371214240
Binary11011101000110110110010010011001111100110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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