#685F25

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

Shades of Costa Del Sol #685F25

Tints of Costa Del Sol #685F25

Color information

#685F25 (or 0x685F25) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5F and 25. RGB value is (104,95,37). Sum of RGB (Red+Green+Blue) = 104+95+37=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #685F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F25 is #97A0DA. Grayscale: #5B5B5B. Windows color (decimal): -9937115 or 2449256. OLE color: 2449256.

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

Color convert

RGB1049537-
CMYK00.090.640.59
HSL51.94º47.52%27.65%-
HSV(B)51.94º64.42%40.78%-
XYZ10.1411.263.39-
YUV91.0897.48137.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=44.07%
G=40.25%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104953700.090.640.5951.9447.5227.65
Hex685F2509403B34301c
Octal1501374501110073646034
Binary1101000101111110010101001100000011101111010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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