#68493F

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

Shades of Spice #68493F

Tints of Spice #68493F

Color information

#68493F (or 0x68493F) is unknown color: approx Spice. HEX triplet: 68, 49 and 3F. RGB value is (104,73,63). Sum of RGB (Red+Green+Blue) = 104+73+63=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #68493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68493F is #97B6C0. Grayscale: #515151. Windows color (decimal): -9942721 or 4147560. OLE color: 4147560.

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

Color convert

RGB1047363-
CMYK00.300.390.59
HSL14.63º24.55%32.75%-
HSV(B)14.63º39.42%40.78%-
XYZ8.998.075.79-
YUV81.13117.77144.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 63 (25% from 255) = 26.25%
R=43.33%
G=30.42%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104736300.300.390.5914.6324.5532.75
Hex68493F01E273Bf1921
Octal150111770364773173141
Binary11010001001001111111011110100111111011111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68493F; }

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

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

<style>
 a { background-color: #68493F; }

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

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

<style>
 span { border-color: #68493F; }

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

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