#686532

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

Shades of Costa Del Sol #686532

Tints of Costa Del Sol #686532

Color information

#686532 (or 0x686532) is unknown color: approx Costa Del Sol. HEX triplet: 68, 65 and 32. RGB value is (104,101,50). Sum of RGB (Red+Green+Blue) = 104+101+50=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #686532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686532 is #979ACD. Grayscale: #606060. Windows color (decimal): -9935566 or 3302760. OLE color: 3302760.

HSL color Cylindrical-coordinate representation of color #686532: hue angle of 56.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686532 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB10410150-
CMYK00.030.520.59
HSL56.67º35.06%30.2%-
HSV(B)56.67º51.92%40.78%-
XYZ10.9412.484.85-
YUV96.08101.99133.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=40.78%
G=39.61%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041015000.030.520.5956.6735.0630.2
Hex68653203343B39231e
Octal15014562036473714336
Binary1101000110010111001001111010011101111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686532; }

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

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

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

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

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

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

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

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