#684C41

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

Shades of Spice #684C41

Tints of Spice #684C41

Color information

#684C41 (or 0x684C41) is unknown color: approx Spice. HEX triplet: 68, 4C and 41. RGB value is (104,76,65). Sum of RGB (Red+Green+Blue) = 104+76+65=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C41 is #97B3BE. Grayscale: #535353. Windows color (decimal): -9941951 or 4279400. OLE color: 4279400.

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

Color convert

RGB1047665-
CMYK00.270.380.59
HSL16.92º23.08%33.14%-
HSV(B)16.92º37.5%40.78%-
XYZ9.258.496.15-
YUV83.12117.78142.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=42.45%
G=31.02%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104766500.270.380.5916.9223.0833.14
Hex684C4101B263B111721
Octal1501141010334673212741
Binary1101000100110010000010110111001101110111000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,76,65); }

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

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

 a { background-color: rgb(104,76,65); }

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

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

 span { border-color: rgb(104,76,65); }

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