#685D25

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

Shades of Costa Del Sol #685D25

Tints of Costa Del Sol #685D25

Color information

#685D25 (or 0x685D25) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5D and 25. RGB value is (104,93,37). Sum of RGB (Red+Green+Blue) = 104+93+37=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #685D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D25 is #97A2DA. Grayscale: #5A5A5A. Windows color (decimal): -9937627 or 2448744. OLE color: 2448744.

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

Color convert

RGB1049337-
CMYK00.110.640.59
HSL50.15º47.52%27.65%-
HSV(B)50.15º64.42%40.78%-
XYZ9.9610.913.33-
YUV89.998.14138.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 37 (14.84% from 255) = 15.81%
R=44.44%
G=39.74%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104933700.110.640.5950.1547.5227.65
Hex685D250B403B32301c
Octal1501354501310073626034
Binary1101000101110110010101011100000011101111001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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