#684D3E

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

Shades of Spice #684D3E

Tints of Spice #684D3E

Color information

#684D3E (or 0x684D3E) is unknown color: approx Spice. HEX triplet: 68, 4D and 3E. RGB value is (104,77,62). Sum of RGB (Red+Green+Blue) = 104+77+62=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #684D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D3E is #97B2C1. Grayscale: #535353. Windows color (decimal): -9941698 or 4083048. OLE color: 4083048.

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

Color convert

RGB1047762-
CMYK00.260.400.59
HSL21.43º25.3%32.55%-
HSV(B)21.43º40.38%40.78%-
XYZ9.238.65.73-
YUV83.36115.95142.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=42.80%
G=31.69%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104776200.260.400.5921.4325.332.55
Hex684D3E01A283B151921
Octal150115760325073253141
Binary110100010011011111100110101010001110111010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,62); }

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

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

 a { background-color: rgb(104,77,62); }

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

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

 span { border-color: rgb(104,77,62); }

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