#684F42

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

Shades of Spice #684F42

Tints of Spice #684F42

Color information

#684F42 (or 0x684F42) is unknown color: approx Spice. HEX triplet: 68, 4F and 42. RGB value is (104,79,66). Sum of RGB (Red+Green+Blue) = 104+79+66=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #684F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F42 is #97B0BD. Grayscale: #555555. Windows color (decimal): -9941182 or 4345704. OLE color: 4345704.

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

Color convert

RGB1047966-
CMYK00.240.370.59
HSL20.53º22.35%33.33%-
HSV(B)20.53º36.54%40.78%-
XYZ9.498.936.38-
YUV84.99117.28141.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=41.77%
G=31.73%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104796600.240.370.5920.5322.3533.33
Hex684F42018253B151621
Octal1501171020304573252641
Binary1101000100111110000100110001001011110111010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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