#685E2A

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

Shades of Costa Del Sol #685E2A

Tints of Costa Del Sol #685E2A

Color information

#685E2A (or 0x685E2A) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5E and 2A. RGB value is (104,94,42). Sum of RGB (Red+Green+Blue) = 104+94+42=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #685E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E2A is #97A1D5. Grayscale: #5B5B5B. Windows color (decimal): -9937366 or 2776680. OLE color: 2776680.

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

Color convert

RGB1049442-
CMYK00.100.600.59
HSL50.32º42.47%28.63%-
HSV(B)50.32º59.62%40.78%-
XYZ10.1311.123.8-
YUV91.06100.31137.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=43.33%
G=39.17%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104944200.100.600.5950.3242.4728.63
Hex685E2A0A3C3B322a1d
Octal150136520127473625235
Binary110100010111101010100101011110011101111001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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