#686525

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

Shades of Costa Del Sol #686525

Tints of Costa Del Sol #686525

Color information

#686525 (or 0x686525) is unknown color: approx Costa Del Sol. HEX triplet: 68, 65 and 25. RGB value is (104,101,37). Sum of RGB (Red+Green+Blue) = 104+101+37=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #686525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686525 is #979ADA. Grayscale: #5E5E5E. Windows color (decimal): -9935579 or 2450792. OLE color: 2450792.

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

Color convert

RGB10410137-
CMYK00.030.640.59
HSL57.31º47.52%27.65%-
HSV(B)57.31º64.42%40.78%-
XYZ10.712.383.58-
YUV94.695.49134.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=42.98%
G=41.74%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041013700.030.640.5957.3147.5227.65
Hex68652503403B39301c
Octal150145450310073716034
Binary11010001100101100101011100000011101111100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686525; }

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

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

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

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

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

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

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

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