#686231

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

Shades of Costa Del Sol #686231

Tints of Costa Del Sol #686231

Color information

#686231 (or 0x686231) is unknown color: approx Costa Del Sol. HEX triplet: 68, 62 and 31. RGB value is (104,98,49). Sum of RGB (Red+Green+Blue) = 104+98+49=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #686231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686231 is #979DCE. Grayscale: #5E5E5E. Windows color (decimal): -9936335 or 3236456. OLE color: 3236456.

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

Color convert

RGB1049849-
CMYK00.060.530.59
HSL53.45º35.95%30%-
HSV(B)53.45º52.88%40.78%-
XYZ10.6311.94.64-
YUV94.21102.49134.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 49 (19.53% from 255) = 19.52%
R=41.43%
G=39.04%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104984900.060.530.5953.4535.9530
Hex68623106353B35241e
Octal15014261066573654436
Binary11010001100010110001011011010111101111010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686231; }

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

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

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

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

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

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

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

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