#684F3A

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

Shades of Spice #684F3A

Tints of Spice #684F3A

Color information

#684F3A (or 0x684F3A) is unknown color: approx Spice. HEX triplet: 68, 4F and 3A. RGB value is (104,79,58). Sum of RGB (Red+Green+Blue) = 104+79+58=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F3A is #97B0C5. Grayscale: #545454. Windows color (decimal): -9941190 or 3821416. OLE color: 3821416.

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

Color convert

RGB1047958-
CMYK00.240.440.59
HSL27.39º28.4%31.76%-
HSV(B)27.39º44.23%40.78%-
XYZ9.278.845.22-
YUV84.08113.28142.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=43.15%
G=32.78%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104795800.240.440.5927.3928.431.76
Hex684F3A0182C3B1b1c20
Octal150117720305473333440
Binary110100010011111110100110001011001110111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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