#684B3F

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

Shades of Spice #684B3F

Tints of Spice #684B3F

Color information

#684B3F (or 0x684B3F) is unknown color: approx Spice. HEX triplet: 68, 4B and 3F. RGB value is (104,75,63). Sum of RGB (Red+Green+Blue) = 104+75+63=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B3F is #97B4C0. Grayscale: #525252. Windows color (decimal): -9942209 or 4148072. OLE color: 4148072.

HSL color Cylindrical-coordinate representation of color #684B3F: hue angle of 17.56º 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 #684B3F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1047563-
CMYK00.280.390.59
HSL17.56º24.55%32.75%-
HSV(B)17.56º39.42%40.78%-
XYZ9.128.335.83-
YUV82.3117.11143.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 63 (25% from 255) = 26.03%
R=42.98%
G=30.99%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104756300.280.390.5917.5624.5532.75
Hex684B3F01C273B121921
Octal150113770344773223141
Binary110100010010111111110111001001111110111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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