#68503E

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

Shades of Spice #68503E

Tints of Spice #68503E

Color information

#68503E (or 0x68503E) is unknown color: approx Spice. HEX triplet: 68, 50 and 3E. RGB value is (104,80,62). Sum of RGB (Red+Green+Blue) = 104+80+62=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68503E is #97AFC1. Grayscale: #555555. Windows color (decimal): -9940930 or 4083816. OLE color: 4083816.

HSL color Cylindrical-coordinate representation of color #68503E: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68503E is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1048062-
CMYK00.230.400.59
HSL25.71º25.3%32.55%-
HSV(B)25.71º40.38%40.78%-
XYZ9.459.035.8-
YUV85.12114.95141.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=42.28%
G=32.52%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104806200.230.400.5925.7125.332.55
Hex68503E017283B1a1921
Octal150120760275073323141
Binary110100010100001111100101111010001110111101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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