#685E2B

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

Shades of Costa Del Sol #685E2B

Tints of Costa Del Sol #685E2B

Color information

#685E2B (or 0x685E2B) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5E and 2B. RGB value is (104,94,43). Sum of RGB (Red+Green+Blue) = 104+94+43=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E2B is #97A1D4. Grayscale: #5B5B5B. Windows color (decimal): -9937365 or 2842216. OLE color: 2842216.

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

Color convert

RGB1049443-
CMYK00.100.590.59
HSL50.16º41.5%28.82%-
HSV(B)50.16º58.65%40.78%-
XYZ10.1511.123.9-
YUV91.18100.81137.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=43.15%
G=39.00%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104944300.100.590.5950.1641.528.82
Hex685E2B0A3B3B32291d
Octal150136530127373625135
Binary110100010111101010110101011101111101111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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