#6D5043

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

Shades of Spice #6D5043

Tints of Spice #6D5043

Color information

#6D5043 (or 0x6D5043) is unknown color: approx Spice. HEX triplet: 6D, 50 and 43. RGB value is (109,80,67). Sum of RGB (Red+Green+Blue) = 109+80+67=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5043 is #92AFBC. Grayscale: #575757. Windows color (decimal): -9613245 or 4411501. OLE color: 4411501.

HSL color Cylindrical-coordinate representation of color #6D5043: 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.39%. Process color model (Four color, CMYK) of #6D5043 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1098067-
CMYK00.270.390.57
HSL18.57º23.86%34.51%-
HSV(B)18.57º38.53%42.75%-
XYZ10.199.396.59-
YUV87.19116.61143.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.58%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=42.58%
G=31.25%
B=26.17%

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
Decimal109806700.270.390.5718.5723.8634.51
Hex6D504301B2739131823
Octal1551201030334771233043
Binary1101101101000010000110110111001111110011001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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