#684E40

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

Shades of Spice #684E40

Tints of Spice #684E40

Color information

#684E40 (or 0x684E40) is unknown color: approx Spice. HEX triplet: 68, 4E and 40. RGB value is (104,78,64). Sum of RGB (Red+Green+Blue) = 104+78+64=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #684E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E40 is #97B1BF. Grayscale: #545454. Windows color (decimal): -9941440 or 4214376. OLE color: 4214376.

HSL color Cylindrical-coordinate representation of color #684E40: hue angle of 21º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684E40 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1047864-
CMYK00.250.380.59
HSL21º23.81%32.94%-
HSV(B)21º38.46%40.78%-
XYZ9.368.766.05-
YUV84.18116.61142.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=42.28%
G=31.71%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104786400.250.380.592123.8132.94
Hex684E40019263B151821
Octal1501161000314673253041
Binary1101000100111010000000110011001101110111010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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