#686113

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

Shades of Costa Del Sol #686113

Tints of Costa Del Sol #686113

Color information

#686113 (or 0x686113) is unknown color: approx Costa Del Sol. HEX triplet: 68, 61 and 13. RGB value is (104,97,19). Sum of RGB (Red+Green+Blue) = 104+97+19=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #686113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686113 is #979EEC. Grayscale: #5A5A5A. Windows color (decimal): -9936621 or 1270120. OLE color: 1270120.

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

Color convert

RGB1049719-
CMYK00.070.820.59
HSL55.06º69.11%24.12%-
HSV(B)55.06º81.73%40.78%-
XYZ10.111.542.31-
YUV90.287.82137.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=47.27%
G=44.09%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104971900.070.820.5955.0669.1124.12
Hex68611307523B374518
Octal1501412307122736710530
Binary110100011000011001101111010010111011110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686113; }

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

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

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

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

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

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

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

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