#684F40

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

Shades of Spice #684F40

Tints of Spice #684F40

Color information

#684F40 (or 0x684F40) is unknown color: approx Spice. HEX triplet: 68, 4F and 40. RGB value is (104,79,64). Sum of RGB (Red+Green+Blue) = 104+79+64=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #684F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F40 is #97B0BF. Grayscale: #545454. Windows color (decimal): -9941184 or 4214632. OLE color: 4214632.

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

Color convert

RGB1047964-
CMYK00.240.380.59
HSL22.5º23.81%32.94%-
HSV(B)22.5º38.46%40.78%-
XYZ9.438.916.07-
YUV84.76116.28141.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=42.11%
G=31.98%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104796400.240.380.5922.523.8132.94
Hex684F40018263B171821
Octal1501171000304673273041
Binary1101000100111110000000110001001101110111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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