#684E3F

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

Shades of Spice #684E3F

Tints of Spice #684E3F

Color information

#684E3F (or 0x684E3F) is unknown color: approx Spice. HEX triplet: 68, 4E and 3F. RGB value is (104,78,63). Sum of RGB (Red+Green+Blue) = 104+78+63=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E3F is #97B1C0. Grayscale: #545454. Windows color (decimal): -9941441 or 4148840. OLE color: 4148840.

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

Color convert

RGB1047863-
CMYK00.250.390.59
HSL21.95º24.55%32.75%-
HSV(B)21.95º39.42%40.78%-
XYZ9.338.755.9-
YUV84.06116.11142.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 63 (25% from 255) = 25.71%
R=42.45%
G=31.84%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104786300.250.390.5921.9524.5532.75
Hex684E3F019273B161921
Octal150116770314773263141
Binary110100010011101111110110011001111110111011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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