#684D3C

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

Shades of Spice #684D3C

Tints of Spice #684D3C

Color information

#684D3C (or 0x684D3C) is unknown color: approx Spice. HEX triplet: 68, 4D and 3C. RGB value is (104,77,60). Sum of RGB (Red+Green+Blue) = 104+77+60=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D3C is #97B2C3. Grayscale: #535353. Windows color (decimal): -9941700 or 3951976. OLE color: 3951976.

HSL color Cylindrical-coordinate representation of color #684D3C: hue angle of 23.18º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #684D3C is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1047760-
CMYK00.260.420.59
HSL23.18º26.83%32.16%-
HSV(B)23.18º42.31%40.78%-
XYZ9.188.585.45-
YUV83.14114.95142.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=43.15%
G=31.95%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104776000.260.420.5923.1826.8332.16
Hex684D3C01A2A3B171b20
Octal150115740325273273340
Binary110100010011011111000110101010101110111011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D3C; }

 p { color: rgb(104,77,60); }

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

<style>
 a { background-color: #684D3C; }

 a { background-color: rgb(104,77,60); }

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

<style>
 span { border-color: #684D3C; }

 span { border-color: rgb(104,77,60); }

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