#685A15

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

Shades of Costa Del Sol #685A15

Tints of Costa Del Sol #685A15

Color information

#685A15 (or 0x685A15) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5A and 15. RGB value is (104,90,21). Sum of RGB (Red+Green+Blue) = 104+90+21=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #685A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A15 is #97A5EA. Grayscale: #565656. Windows color (decimal): -9938411 or 1399400. OLE color: 1399400.

HSL color Cylindrical-coordinate representation of color #685A15: hue angle of 49.88º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #685A15 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1049021-
CMYK00.130.800.59
HSL49.88º66.4%24.51%-
HSV(B)49.88º79.81%40.78%-
XYZ9.510.312.2-
YUV86.3291.14140.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=48.37%
G=41.86%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104902100.130.800.5949.8866.424.51
Hex685A150D503B324219
Octal15013225015120736210231
Binary1101000101101010101011011010000111011110010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A15; }

 p { color: rgb(104,90,21); }

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

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

 a { background-color: rgb(104,90,21); }

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

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

 span { border-color: rgb(104,90,21); }

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