#684A3C

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

Shades of Spice #684A3C

Tints of Spice #684A3C

Color information

#684A3C (or 0x684A3C) is unknown color: approx Spice. HEX triplet: 68, 4A and 3C. RGB value is (104,74,60). Sum of RGB (Red+Green+Blue) = 104+74+60=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #684A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A3C is #97B5C3. Grayscale: #515151. Windows color (decimal): -9942468 or 3951208. OLE color: 3951208.

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

Color convert

RGB1047460-
CMYK00.290.420.59
HSL19.09º26.83%32.16%-
HSV(B)19.09º42.31%40.78%-
XYZ8.978.175.38-
YUV81.37115.94144.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=43.70%
G=31.09%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104746000.290.420.5919.0926.8332.16
Hex684A3C01D2A3B131b20
Octal150112740355273233340
Binary110100010010101111000111011010101110111001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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