#6E493B

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

Shades of Spice #6E493B

Tints of Spice #6E493B

Color information

#6E493B (or 0x6E493B) is unknown color: approx Spice. HEX triplet: 6E, 49 and 3B. RGB value is (110,73,59). Sum of RGB (Red+Green+Blue) = 110+73+59=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E493B is #91B6C4. Grayscale: #525252. Windows color (decimal): -9549509 or 3885422. OLE color: 3885422.

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

Color convert

RGB1107359-
CMYK00.340.460.57
HSL16.47º30.18%33.14%-
HSV(B)16.47º46.36%43.14%-
XYZ9.68.45.25-
YUV82.47114.76147.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.45%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=45.45%
G=30.17%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110735900.340.460.5716.4730.1833.14
Hex6E493B0222E39101e21
Octal156111730425671203641
Binary1101110100100111101101000101011101110011000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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