#686325

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

Shades of Costa Del Sol #686325

Tints of Costa Del Sol #686325

Color information

#686325 (or 0x686325) is unknown color: approx Costa Del Sol. HEX triplet: 68, 63 and 25. RGB value is (104,99,37). Sum of RGB (Red+Green+Blue) = 104+99+37=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #686325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686325 is #979CDA. Grayscale: #5D5D5D. Windows color (decimal): -9936091 or 2450280. OLE color: 2450280.

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

Color convert

RGB1049937-
CMYK00.050.640.59
HSL55.52º47.52%27.65%-
HSV(B)55.52º64.42%40.78%-
XYZ10.5123.51-
YUV93.4396.16135.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=43.33%
G=41.25%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104993700.050.640.5955.5247.5227.65
Hex68632505403B38301c
Octal150143450510073706034
Binary110100011000111001010101100000011101111100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686325; }

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

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

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

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

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

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

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

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