#685E1A

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

Shades of Costa Del Sol #685E1A

Tints of Costa Del Sol #685E1A

Color information

#685E1A (or 0x685E1A) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5E and 1A. RGB value is (104,94,26). Sum of RGB (Red+Green+Blue) = 104+94+26=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #685E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E1A is #97A1E5. Grayscale: #595959. Windows color (decimal): -9937382 or 1728104. OLE color: 1728104.

HSL color Cylindrical-coordinate representation of color #685E1A: hue angle of 52.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #685E1A is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1049426-
CMYK00.100.750.59
HSL52.31º60%25.49%-
HSV(B)52.31º75%40.78%-
XYZ9.911.022.58-
YUV89.2492.31138.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=46.43%
G=41.96%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104942600.100.750.5952.316025.49
Hex685E1A0A4B3B343c19
Octal1501363201211373647431
Binary110100010111101101001010100101111101111010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,26); }

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

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

 a { background-color: rgb(104,94,26); }

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

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

 span { border-color: rgb(104,94,26); }

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