#685B2B

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

Shades of Costa Del Sol #685B2B

Tints of Costa Del Sol #685B2B

Color information

#685B2B (or 0x685B2B) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5B and 2B. RGB value is (104,91,43). Sum of RGB (Red+Green+Blue) = 104+91+43=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #685B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B2B is #97A4D4. Grayscale: #595959. Windows color (decimal): -9938133 or 2841448. OLE color: 2841448.

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

Color convert

RGB1049143-
CMYK00.120.590.59
HSL47.21º41.5%28.82%-
HSV(B)47.21º58.65%40.78%-
XYZ9.8910.63.81-
YUV89.42101.81138.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=43.70%
G=38.24%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104914300.120.590.5947.2141.528.82
Hex685B2B0C3B3B2f291d
Octal150133530147373575135
Binary110100010110111010110110011101111101110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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