#684A3B

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

Shades of Spice #684A3B

Tints of Spice #684A3B

Color information

#684A3B (or 0x684A3B) is unknown color: approx Spice. HEX triplet: 68, 4A and 3B. RGB value is (104,74,59). Sum of RGB (Red+Green+Blue) = 104+74+59=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #684A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A3B is #97B5C4. Grayscale: #515151. Windows color (decimal): -9942469 or 3885672. OLE color: 3885672.

HSL color Cylindrical-coordinate representation of color #684A3B: hue angle of 20º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #684A3B is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1047459-
CMYK00.290.430.59
HSL20º27.61%31.96%-
HSV(B)20º43.27%40.78%-
XYZ8.958.165.24-
YUV81.26115.44144.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=43.88%
G=31.22%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104745900.290.430.592027.6131.96
Hex684A3B01D2B3B141c20
Octal150112730355373243440
Binary110100010010101110110111011010111110111010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,74,59); }

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

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

 a { background-color: rgb(104,74,59); }

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

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

 span { border-color: rgb(104,74,59); }

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