#685B2A

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

Shades of Costa Del Sol #685B2A

Tints of Costa Del Sol #685B2A

Color information

#685B2A (or 0x685B2A) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5B and 2A. RGB value is (104,91,42). Sum of RGB (Red+Green+Blue) = 104+91+42=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #685B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B2A is #97A4D5. Grayscale: #595959. Windows color (decimal): -9938134 or 2775912. OLE color: 2775912.

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

Color convert

RGB1049142-
CMYK00.120.600.59
HSL47.42º42.47%28.63%-
HSV(B)47.42º59.62%40.78%-
XYZ9.8710.593.71-
YUV89.3101.31138.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=43.88%
G=38.40%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104914200.120.600.5947.4242.4728.63
Hex685B2A0C3C3B2f2a1d
Octal150133520147473575235
Binary110100010110111010100110011110011101110111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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