#686013

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

Shades of Costa Del Sol #686013

Tints of Costa Del Sol #686013

Color information

#686013 (or 0x686013) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 13. RGB value is (104,96,19). Sum of RGB (Red+Green+Blue) = 104+96+19=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #686013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686013 is #979FEC. Grayscale: #595959. Windows color (decimal): -9936877 or 1269864. OLE color: 1269864.

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

Color convert

RGB1049619-
CMYK00.080.820.59
HSL54.35º69.11%24.12%-
HSV(B)54.35º81.73%40.78%-
XYZ10.0111.362.28-
YUV89.6188.15138.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=47.49%
G=43.84%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104961900.080.820.5954.3569.1124.12
Hex68601308523B364518
Octal15014023010122736610530
Binary1101000110000010011010001010010111011110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686013; }

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

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

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

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

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

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

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

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