#684F3F

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

Shades of Spice #684F3F

Tints of Spice #684F3F

Color information

#684F3F (or 0x684F3F) is unknown color: approx Spice. HEX triplet: 68, 4F and 3F. RGB value is (104,79,63). Sum of RGB (Red+Green+Blue) = 104+79+63=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #684F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F3F is #97B0C0. Grayscale: #545454. Windows color (decimal): -9941185 or 4149096. OLE color: 4149096.

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

Color convert

RGB1047963-
CMYK00.240.390.59
HSL23.41º24.55%32.75%-
HSV(B)23.41º39.42%40.78%-
XYZ9.48.895.92-
YUV84.65115.78141.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 63 (25% from 255) = 25.61%
R=42.28%
G=32.11%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104796300.240.390.5923.4124.5532.75
Hex684F3F018273B171921
Octal150117770304773273141
Binary110100010011111111110110001001111110111011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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