#6E4D35

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

Shades of Jambalaya #6E4D35

Tints of Jambalaya #6E4D35

Color information

#6E4D35 (or 0x6E4D35) is unknown color: approx Jambalaya. HEX triplet: 6E, 4D and 35. RGB value is (110,77,53). Sum of RGB (Red+Green+Blue) = 110+77+53=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4D35 is #91B2CA. Grayscale: #545454. Windows color (decimal): -9548491 or 3493230. OLE color: 3493230.

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

Color convert

RGB1107753-
CMYK00.30.520.57
HSL25.26º34.97%31.96%-
HSV(B)25.26º51.82%43.14%-
XYZ9.738.884.57-
YUV84.13110.43146.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.83%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=45.83%
G=32.08%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110775300.30.520.5725.2634.9731.96
Hex6E4D3501E3439192320
Octal156115650366471314340
Binary1101110100110111010101111011010011100111001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,77,53); }

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

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

 a { background-color: rgb(110,77,53); }

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

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

 span { border-color: rgb(110,77,53); }

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