#686010

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

Shades of Costa Del Sol #686010

Tints of Costa Del Sol #686010

Color information

#686010 (or 0x686010) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 10. RGB value is (104,96,16). Sum of RGB (Red+Green+Blue) = 104+96+16=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #686010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686010 is #979FEF. Grayscale: #595959. Windows color (decimal): -9936880 or 1073256. OLE color: 1073256.

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

Color convert

RGB1049616-
CMYK00.080.850.59
HSL54.55º73.33%23.53%-
HSV(B)54.55º84.62%40.78%-
XYZ9.9911.352.15-
YUV89.2786.65138.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 16 (6.64% from 255) = 7.41%
R=48.15%
G=44.44%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104961600.080.850.5954.5573.3323.53
Hex68601008553B374918
Octal15014020010125736711130
Binary1101000110000010000010001010101111011110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686010; }

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

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

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

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

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

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

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

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