#686031

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

Shades of Costa Del Sol #686031

Tints of Costa Del Sol #686031

Color information

#686031 (or 0x686031) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 31. RGB value is (104,96,49). Sum of RGB (Red+Green+Blue) = 104+96+49=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #686031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686031 is #979FCE. Grayscale: #5D5D5D. Windows color (decimal): -9936847 or 3235944. OLE color: 3235944.

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

Color convert

RGB1049649-
CMYK00.080.530.59
HSL51.27º35.95%30%-
HSV(B)51.27º52.88%40.78%-
XYZ10.4511.534.58-
YUV93.03103.15135.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=41.77%
G=38.55%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104964900.080.530.5951.2735.9530
Hex68603108353B33241e
Octal150140610106573634436
Binary110100011000001100010100011010111101111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686031; }

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

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

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

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

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

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

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

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