#685F13

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

Shades of Costa Del Sol #685F13

Tints of Costa Del Sol #685F13

Color information

#685F13 (or 0x685F13) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5F and 13. RGB value is (104,95,19). Sum of RGB (Red+Green+Blue) = 104+95+19=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #685F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685F13 is #97A0EC. Grayscale: #595959. Windows color (decimal): -9937133 or 1269608. OLE color: 1269608.

HSL color Cylindrical-coordinate representation of color #685F13: hue angle of 53.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #685F13 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1049519-
CMYK00.090.820.59
HSL53.65º69.11%24.12%-
HSV(B)53.65º81.73%40.78%-
XYZ9.9211.172.25-
YUV89.0388.48138.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=47.71%
G=43.58%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104951900.090.820.5953.6569.1124.12
Hex685F1309523B364518
Octal15013723011122736610530
Binary1101000101111110011010011010010111011110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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