#686120

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

Shades of Costa Del Sol #686120

Tints of Costa Del Sol #686120

Color information

#686120 (or 0x686120) is unknown color: approx Costa Del Sol. HEX triplet: 68, 61 and 20. RGB value is (104,97,32). Sum of RGB (Red+Green+Blue) = 104+97+32=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #686120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686120 is #979EDF. Grayscale: #5B5B5B. Windows color (decimal): -9936608 or 2122088. OLE color: 2122088.

HSL color Cylindrical-coordinate representation of color #686120: hue angle of 54.17º 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 #686120 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1049732-
CMYK00.070.690.59
HSL54.17º52.94%26.67%-
HSV(B)54.17º69.23%40.78%-
XYZ10.2411.63.06-
YUV91.6894.32136.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=44.64%
G=41.63%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104973200.070.690.5954.1752.9426.67
Hex68612007453B36351b
Octal150141400710573666533
Binary110100011000011000000111100010111101111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686120; }

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

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

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

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

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

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

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

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