#686419

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

Shades of Costa Del Sol #686419

Tints of Costa Del Sol #686419

Color information

#686419 (or 0x686419) is unknown color: approx Costa Del Sol. HEX triplet: 68, 64 and 19. RGB value is (104,100,25). Sum of RGB (Red+Green+Blue) = 104+100+25=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #686419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686419 is #979BE6. Grayscale: #5C5C5C. Windows color (decimal): -9935847 or 1664104. OLE color: 1664104.

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

Color convert

RGB10410025-
CMYK00.040.760.59
HSL56.96º61.24%25.29%-
HSV(B)56.96º75.96%40.78%-
XYZ10.4412.132.71-
YUV92.6589.83136.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=45.41%
G=43.67%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041002500.040.760.5956.9661.2425.29
Hex686419044C3B393d19
Octal150144310411473717531
Binary11010001100100110010100100110011101111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686419; }

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

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

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

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

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

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

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

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