#686232

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

Shades of Costa Del Sol #686232

Tints of Costa Del Sol #686232

Color information

#686232 (or 0x686232) is unknown color: approx Costa Del Sol. HEX triplet: 68, 62 and 32. RGB value is (104,98,50). Sum of RGB (Red+Green+Blue) = 104+98+50=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #686232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686232 is #979DCD. Grayscale: #5E5E5E. Windows color (decimal): -9936334 or 3301992. OLE color: 3301992.

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

Color convert

RGB1049850-
CMYK00.060.520.59
HSL53.33º35.06%30.2%-
HSV(B)53.33º51.92%40.78%-
XYZ10.6511.914.75-
YUV94.32102.99134.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=41.27%
G=38.89%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104985000.060.520.5953.3335.0630.2
Hex68623206343B35231e
Octal15014262066473654336
Binary11010001100010110010011011010011101111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686232; }

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

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

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

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

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

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

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

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