#686219

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

Shades of Costa Del Sol #686219

Tints of Costa Del Sol #686219

Color information

#686219 (or 0x686219) is unknown color: approx Costa Del Sol. HEX triplet: 68, 62 and 19. RGB value is (104,98,25). Sum of RGB (Red+Green+Blue) = 104+98+25=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #686219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686219 is #979DE6. Grayscale: #5B5B5B. Windows color (decimal): -9936359 or 1663592. OLE color: 1663592.

HSL color Cylindrical-coordinate representation of color #686219: hue angle of 55.44º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #686219 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1049825-
CMYK00.060.760.59
HSL55.44º61.24%25.29%-
HSV(B)55.44º75.96%40.78%-
XYZ10.2511.752.65-
YUV91.4790.49136.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=45.81%
G=43.17%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104982500.060.760.5955.4461.2425.29
Hex686219064C3B373d19
Octal150142310611473677531
Binary11010001100010110010110100110011101111011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686219; }

 p { color: rgb(104,98,25); }

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

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

 a { background-color: rgb(104,98,25); }

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

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

 span { border-color: rgb(104,98,25); }

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