#6E4738

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

Shades of Jambalaya #6E4738

Tints of Jambalaya #6E4738

Color information

#6E4738 (or 0x6E4738) is unknown color: approx Jambalaya. HEX triplet: 6E, 47 and 38. RGB value is (110,71,56). Sum of RGB (Red+Green+Blue) = 110+71+56=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4738 is #91B8C7. Grayscale: #515151. Windows color (decimal): -9550024 or 3688302. OLE color: 3688302.

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

Color convert

RGB1107156-
CMYK00.350.490.57
HSL16.67º32.53%32.55%-
HSV(B)16.67º49.09%43.14%-
XYZ9.48.114.81-
YUV80.95113.92148.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.41%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=46.41%
G=29.96%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110715600.350.490.5716.6732.5332.55
Hex6E47380233139112121
Octal156107700436171214141
Binary11011101000111111000010001111000111100110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,56); }

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

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

 a { background-color: rgb(110,71,56); }

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

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

 span { border-color: rgb(110,71,56); }

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