#6E5043

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

Shades of Spice #6E5043

Tints of Spice #6E5043

Color information

#6E5043 (or 0x6E5043) is unknown color: approx Spice. HEX triplet: 6E, 50 and 43. RGB value is (110,80,67). Sum of RGB (Red+Green+Blue) = 110+80+67=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5043 is #91AFBC. Grayscale: #575757. Windows color (decimal): -9547709 or 4411502. OLE color: 4411502.

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

Color convert

RGB1108067-
CMYK00.270.390.57
HSL18.14º24.29%34.71%-
HSV(B)18.14º39.09%43.14%-
XYZ10.319.466.59-
YUV87.49116.44144.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.80%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=42.80%
G=31.13%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110806700.270.390.5718.1424.2934.71
Hex6E504301B2739121823
Octal1561201030334771223043
Binary1101110101000010000110110111001111110011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,80,67); }

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

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

 a { background-color: rgb(110,80,67); }

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

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

 span { border-color: rgb(110,80,67); }

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