#685F15

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

Shades of Costa Del Sol #685F15

Tints of Costa Del Sol #685F15

Color information

#685F15 (or 0x685F15) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5F and 15. RGB value is (104,95,21). Sum of RGB (Red+Green+Blue) = 104+95+21=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #685F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685F15 is #97A0EA. Grayscale: #595959. Windows color (decimal): -9937131 or 1400680. OLE color: 1400680.

HSL color Cylindrical-coordinate representation of color #685F15: hue angle of 53.49º 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 #685F15 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1049521-
CMYK00.090.800.59
HSL53.49º66.4%24.51%-
HSV(B)53.49º79.81%40.78%-
XYZ9.9411.182.34-
YUV89.2689.48138.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=47.27%
G=43.18%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104952100.090.800.5953.4966.424.51
Hex685F1509503B354219
Octal15013725011120736510231
Binary1101000101111110101010011010000111011110101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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