#685A26

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

Shades of Costa Del Sol #685A26

Tints of Costa Del Sol #685A26

Color information

#685A26 (or 0x685A26) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5A and 26. RGB value is (104,90,38). Sum of RGB (Red+Green+Blue) = 104+90+38=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #685A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A26 is #97A5D9. Grayscale: #585858. Windows color (decimal): -9938394 or 2513512. OLE color: 2513512.

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

Color convert

RGB1049038-
CMYK00.130.630.59
HSL47.27º46.48%27.84%-
HSV(B)47.27º63.46%40.78%-
XYZ9.7110.43.33-
YUV88.2699.64139.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=44.83%
G=38.79%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104903800.130.630.5947.2746.4827.84
Hex685A260D3F3B2f2e1c
Octal150132460157773575634
Binary110100010110101001100110111111111101110111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,38); }

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

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

 a { background-color: rgb(104,90,38); }

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

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

 span { border-color: rgb(104,90,38); }

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