#686730

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

Shades of Costa Del Sol #686730

Tints of Costa Del Sol #686730

Color information

#686730 (or 0x686730) is unknown color: approx Costa Del Sol. HEX triplet: 68, 67 and 30. RGB value is (104,103,48). Sum of RGB (Red+Green+Blue) = 104+103+48=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #686730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686730 is #9798CF. Grayscale: #616161. Windows color (decimal): -9935056 or 3172200. OLE color: 3172200.

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

Color convert

RGB10410348-
CMYK00.010.540.59
HSL58.93º36.84%29.8%-
HSV(B)58.93º53.85%40.78%-
XYZ11.0912.864.69-
YUV97.03100.33132.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=40.78%
G=40.39%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041034800.010.540.5958.9336.8429.8
Hex68673001363B3b251e
Octal15014760016673734536
Binary110100011001111100000111011011101111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686730; }

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

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

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

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

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

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

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

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