#684F3D

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

Shades of Spice #684F3D

Tints of Spice #684F3D

Color information

#684F3D (or 0x684F3D) is unknown color: approx Spice. HEX triplet: 68, 4F and 3D. RGB value is (104,79,61). Sum of RGB (Red+Green+Blue) = 104+79+61=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #684F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F3D is #97B0C2. Grayscale: #545454. Windows color (decimal): -9941187 or 4018024. OLE color: 4018024.

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

Color convert

RGB1047961-
CMYK00.240.410.59
HSL25.12º26.06%32.35%-
HSV(B)25.12º41.35%40.78%-
XYZ9.358.875.63-
YUV84.42114.78141.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 61 (24.22% from 255) = 25%
R=42.62%
G=32.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104796100.240.410.5925.1226.0632.35
Hex684F3D018293B191a20
Octal150117750305173313240
Binary110100010011111111010110001010011110111100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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