#6E493E

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

Shades of Spice #6E493E

Tints of Spice #6E493E

Color information

#6E493E (or 0x6E493E) is unknown color: approx Spice. HEX triplet: 6E, 49 and 3E. RGB value is (110,73,62). Sum of RGB (Red+Green+Blue) = 110+73+62=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E493E is #91B6C1. Grayscale: #525252. Windows color (decimal): -9549506 or 4082030. OLE color: 4082030.

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

Color convert

RGB1107362-
CMYK00.340.440.57
HSL13.75º27.91%33.73%-
HSV(B)13.75º43.64%43.14%-
XYZ9.688.435.67-
YUV82.81116.26147.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=44.90%
G=29.80%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110736200.340.440.5713.7527.9133.73
Hex6E493E0222C39e1c22
Octal156111760425471163442
Binary110111010010011111100100010101100111001111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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