#684E3C

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

Shades of Spice #684E3C

Tints of Spice #684E3C

Color information

#684E3C (or 0x684E3C) is unknown color: approx Spice. HEX triplet: 68, 4E and 3C. RGB value is (104,78,60). Sum of RGB (Red+Green+Blue) = 104+78+60=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E3C is #97B1C3. Grayscale: #535353. Windows color (decimal): -9941444 or 3952232. OLE color: 3952232.

HSL color Cylindrical-coordinate representation of color #684E3C: hue angle of 24.55º 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 #684E3C is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1047860-
CMYK00.250.420.59
HSL24.55º26.83%32.16%-
HSV(B)24.55º42.31%40.78%-
XYZ9.258.725.47-
YUV83.72114.61142.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=42.98%
G=32.23%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104786000.250.420.5924.5526.8332.16
Hex684E3C0192A3B191b20
Octal150116740315273313340
Binary110100010011101111000110011010101110111100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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