#686030

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

Shades of Costa Del Sol #686030

Tints of Costa Del Sol #686030

Color information

#686030 (or 0x686030) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 30. RGB value is (104,96,48). Sum of RGB (Red+Green+Blue) = 104+96+48=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #686030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686030 is #979FCF. Grayscale: #5D5D5D. Windows color (decimal): -9936848 or 3170408. OLE color: 3170408.

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

Color convert

RGB1049648-
CMYK00.080.540.59
HSL51.43º36.84%29.8%-
HSV(B)51.43º53.85%40.78%-
XYZ10.4311.524.47-
YUV92.92102.65135.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 48 (19.14% from 255) = 19.35%
R=41.94%
G=38.71%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104964800.080.540.5951.4336.8429.8
Hex68603008363B33251e
Octal150140600106673634536
Binary110100011000001100000100011011011101111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686030; }

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

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

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

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

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

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

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

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