#685E25

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

Shades of Costa Del Sol #685E25

Tints of Costa Del Sol #685E25

Color information

#685E25 (or 0x685E25) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5E and 25. RGB value is (104,94,37). Sum of RGB (Red+Green+Blue) = 104+94+37=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #685E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E25 is #97A1DA. Grayscale: #5A5A5A. Windows color (decimal): -9937371 or 2449000. OLE color: 2449000.

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

Color convert

RGB1049437-
CMYK00.100.640.59
HSL51.04º47.52%27.65%-
HSV(B)51.04º64.42%40.78%-
XYZ10.0511.083.36-
YUV90.4997.81137.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 94 (37.11% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 15.74%
R=44.26%
G=40%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104943700.100.640.5951.0447.5227.65
Hex685E250A403B33301c
Octal1501364501210073636034
Binary1101000101111010010101010100000011101111001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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