#686332

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

Shades of Costa Del Sol #686332

Tints of Costa Del Sol #686332

Color information

#686332 (or 0x686332) is unknown color: approx Costa Del Sol. HEX triplet: 68, 63 and 32. RGB value is (104,99,50). Sum of RGB (Red+Green+Blue) = 104+99+50=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #686332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686332 is #979CCD. Grayscale: #5F5F5F. Windows color (decimal): -9936078 or 3302248. OLE color: 3302248.

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

Color convert

RGB1049950-
CMYK00.050.520.59
HSL54.44º35.06%30.2%-
HSV(B)54.44º51.92%40.78%-
XYZ10.7512.14.79-
YUV94.91102.66134.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=41.11%
G=39.13%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104995000.050.520.5954.4435.0630.2
Hex68633205343B36231e
Octal15014362056473664336
Binary11010001100011110010010111010011101111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686332; }

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

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

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

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

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

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

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

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