#686530

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

Shades of Costa Del Sol #686530

Tints of Costa Del Sol #686530

Color information

#686530 (or 0x686530) is unknown color: approx Costa Del Sol. HEX triplet: 68, 65 and 30. RGB value is (104,101,48). Sum of RGB (Red+Green+Blue) = 104+101+48=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #686530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686530 is #979ACF. Grayscale: #606060. Windows color (decimal): -9935568 or 3171688. OLE color: 3171688.

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

Color convert

RGB10410148-
CMYK00.030.540.59
HSL56.79º36.84%29.8%-
HSV(B)56.79º53.85%40.78%-
XYZ10.912.464.63-
YUV95.85100.99133.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 48 (19.14% from 255) = 18.97%
R=41.11%
G=39.92%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041014800.030.540.5956.7936.8429.8
Hex68653003363B39251e
Octal15014560036673714536
Binary1101000110010111000001111011011101111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686530; }

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

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

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

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

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

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

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

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