#686025

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

Shades of Costa Del Sol #686025

Tints of Costa Del Sol #686025

Color information

#686025 (or 0x686025) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 25. RGB value is (104,96,37). Sum of RGB (Red+Green+Blue) = 104+96+37=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #686025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686025 is #979FDA. Grayscale: #5B5B5B. Windows color (decimal): -9936859 or 2449512. OLE color: 2449512.

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

Color convert

RGB1049637-
CMYK00.080.640.59
HSL52.84º47.52%27.65%-
HSV(B)52.84º64.42%40.78%-
XYZ10.2311.443.42-
YUV91.6797.15136.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=43.88%
G=40.51%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104963700.080.640.5952.8447.5227.65
Hex68602508403B35301c
Octal1501404501010073656034
Binary1101000110000010010101000100000011101111010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686025; }

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

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

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

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

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

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

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

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