#68503C

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

Shades of Spice #68503C

Tints of Spice #68503C

Color information

#68503C (or 0x68503C) is unknown color: approx Spice. HEX triplet: 68, 50 and 3C. RGB value is (104,80,60). Sum of RGB (Red+Green+Blue) = 104+80+60=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68503C is #97AFC3. Grayscale: #545454. Windows color (decimal): -9940932 or 3952744. OLE color: 3952744.

HSL color Cylindrical-coordinate representation of color #68503C: hue angle of 27.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68503C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1048060-
CMYK00.230.420.59
HSL27.27º26.83%32.16%-
HSV(B)27.27º42.31%40.78%-
XYZ9.399.015.52-
YUV84.9113.95141.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=42.62%
G=32.79%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104806000.230.420.5927.2726.8332.16
Hex68503C0172A3B1b1b20
Octal150120740275273333340
Binary110100010100001111000101111010101110111101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68503C; }

 p { color: rgb(104,80,60); }

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

<style>
 a { background-color: #68503C; }

 a { background-color: rgb(104,80,60); }

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

<style>
 span { border-color: #68503C; }

 span { border-color: rgb(104,80,60); }

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