#6E4938

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

Shades of Spice #6E4938

Tints of Spice #6E4938

Color information

#6E4938 (or 0x6E4938) is unknown color: approx Spice. HEX triplet: 6E, 49 and 38. RGB value is (110,73,56). Sum of RGB (Red+Green+Blue) = 110+73+56=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4938 is #91B6C7. Grayscale: #525252. Windows color (decimal): -9549512 or 3688814. OLE color: 3688814.

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

Color convert

RGB1107356-
CMYK00.340.490.57
HSL18.89º32.53%32.55%-
HSV(B)18.89º49.09%43.14%-
XYZ9.538.374.85-
YUV82.12113.26147.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.03%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=46.03%
G=30.54%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110735600.340.490.5718.8932.5332.55
Hex6E49380223139132121
Octal156111700426171234141
Binary11011101001001111000010001011000111100110011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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