#686632

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

Shades of Costa Del Sol #686632

Tints of Costa Del Sol #686632

Color information

#686632 (or 0x686632) is unknown color: approx Costa Del Sol. HEX triplet: 68, 66 and 32. RGB value is (104,102,50). Sum of RGB (Red+Green+Blue) = 104+102+50=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #686632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686632 is #9799CD. Grayscale: #606060. Windows color (decimal): -9935310 or 3303016. OLE color: 3303016.

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

Color convert

RGB10410250-
CMYK00.020.520.59
HSL57.78º35.06%30.2%-
HSV(B)57.78º51.92%40.78%-
XYZ11.0412.684.88-
YUV96.67101.66133.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=40.62%
G=39.84%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041025000.020.520.5957.7835.0630.2
Hex68663202343B3a231e
Octal15014662026473724336
Binary1101000110011011001001011010011101111101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686632; }

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

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

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

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

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

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

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

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