#686319

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

Shades of Costa Del Sol #686319

Tints of Costa Del Sol #686319

Color information

#686319 (or 0x686319) is unknown color: approx Costa Del Sol. HEX triplet: 68, 63 and 19. RGB value is (104,99,25). Sum of RGB (Red+Green+Blue) = 104+99+25=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #686319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686319 is #979CE6. Grayscale: #5C5C5C. Windows color (decimal): -9936103 or 1663848. OLE color: 1663848.

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

Color convert

RGB1049925-
CMYK00.050.760.59
HSL56.2º61.24%25.29%-
HSV(B)56.2º75.96%40.78%-
XYZ10.3511.942.68-
YUV92.0690.16136.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=45.61%
G=43.42%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104992500.050.760.5956.261.2425.29
Hex686319054C3B383d19
Octal150143310511473707531
Binary11010001100011110010101100110011101111100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686319; }

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

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

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

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

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

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

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

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