#686425

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

Shades of Costa Del Sol #686425

Tints of Costa Del Sol #686425

Color information

#686425 (or 0x686425) is unknown color: approx Costa Del Sol. HEX triplet: 68, 64 and 25. RGB value is (104,100,37). Sum of RGB (Red+Green+Blue) = 104+100+37=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #686425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686425 is #979BDA. Grayscale: #5E5E5E. Windows color (decimal): -9935835 or 2450536. OLE color: 2450536.

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

Color convert

RGB10410037-
CMYK00.040.640.59
HSL56.42º47.52%27.65%-
HSV(B)56.42º64.42%40.78%-
XYZ10.612.193.54-
YUV94.0195.83135.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=43.15%
G=41.49%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041003700.040.640.5956.4247.5227.65
Hex68642504403B38301c
Octal150144450410073706034
Binary110100011001001001010100100000011101111100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686425; }

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

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

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

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

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

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

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

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