#6D523D

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

Shades of Spice #6D523D

Tints of Spice #6D523D

Color information

#6D523D (or 0x6D523D) is unknown color: approx Spice. HEX triplet: 6D, 52 and 3D. RGB value is (109,82,61). Sum of RGB (Red+Green+Blue) = 109+82+61=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D523D is #92ADC2. Grayscale: #575757. Windows color (decimal): -9612739 or 4018797. OLE color: 4018797.

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

Color convert

RGB1098261-
CMYK00.250.440.57
HSL26.25º28.24%33.33%-
HSV(B)26.25º44.04%42.75%-
XYZ10.179.625.74-
YUV87.68112.95143.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.25%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=43.25%
G=32.54%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109826100.250.440.5726.2528.2433.33
Hex6D523D0192C391a1c21
Octal155122750315471323441
Binary110110110100101111010110011011001110011101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,61); }

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

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

 a { background-color: rgb(109,82,61); }

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

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

 span { border-color: rgb(109,82,61); }

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