#686620

Color #686620 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #686620

Tints of Costa Del Sol #686620

Color information

#686620 (or 0x686620) is unknown color: approx Costa Del Sol. HEX triplet: 68, 66 and 20. RGB value is (104,102,32). Sum of RGB (Red+Green+Blue) = 104+102+32=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #686620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686620 is #9799DF. Grayscale: #5E5E5E. Windows color (decimal): -9935328 or 2123368. OLE color: 2123368.

HSL color Cylindrical-coordinate representation of color #686620: hue angle of 58.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #686620 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB10410232-
CMYK00.020.690.59
HSL58.33º52.94%26.67%-
HSV(B)58.33º69.23%40.78%-
XYZ10.7212.553.22-
YUV94.6292.66134.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=43.70%
G=42.86%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041023200.020.690.5958.3352.9426.67
Hex68662002453B3a351b
Octal150146400210573726533
Binary11010001100110100000010100010111101111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686620; }

 p { color: rgb(104,102,32); }

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

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

 a { background-color: rgb(104,102,32); }

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

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

 span { border-color: rgb(104,102,32); }

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