#684A3D

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

Shades of Spice #684A3D

Tints of Spice #684A3D

Color information

#684A3D (or 0x684A3D) is unknown color: approx Spice. HEX triplet: 68, 4A and 3D. RGB value is (104,74,61). Sum of RGB (Red+Green+Blue) = 104+74+61=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A3D is #97B5C2. Grayscale: #515151. Windows color (decimal): -9942467 or 4016744. OLE color: 4016744.

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

Color convert

RGB1047461-
CMYK00.290.410.59
HSL18.14º26.06%32.35%-
HSV(B)18.14º41.35%40.78%-
XYZ98.185.52-
YUV81.49116.44144.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=43.51%
G=30.96%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104746100.290.410.5918.1426.0632.35
Hex684A3D01D293B121a20
Octal150112750355173223240
Binary110100010010101111010111011010011110111001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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