#6E5144

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

Shades of Spice #6E5144

Tints of Spice #6E5144

Color information

#6E5144 (or 0x6E5144) is unknown color: approx Spice. HEX triplet: 6E, 51 and 44. RGB value is (110,81,68). Sum of RGB (Red+Green+Blue) = 110+81+68=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5144 is #91AEBB. Grayscale: #585858. Windows color (decimal): -9547452 or 4477294. OLE color: 4477294.

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

Color convert

RGB1108168-
CMYK00.260.380.57
HSL18.57º23.6%34.9%-
HSV(B)18.57º38.18%43.14%-
XYZ10.429.626.78-
YUV88.19116.61143.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=42.47%
G=31.27%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110816800.260.380.5718.5723.634.9
Hex6E514401A2639131823
Octal1561211040324671233043
Binary1101110101000110001000110101001101110011001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,68); }

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

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

 a { background-color: rgb(110,81,68); }

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

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

 span { border-color: rgb(110,81,68); }

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