#686012

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

Shades of Costa Del Sol #686012

Tints of Costa Del Sol #686012

Color information

#686012 (or 0x686012) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 12. RGB value is (104,96,18). Sum of RGB (Red+Green+Blue) = 104+96+18=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #686012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686012 is #979FED. Grayscale: #595959. Windows color (decimal): -9936878 or 1204328. OLE color: 1204328.

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

Color convert

RGB1049618-
CMYK00.080.830.59
HSL54.42º70.49%23.92%-
HSV(B)54.42º82.69%40.78%-
XYZ1011.352.24-
YUV89.587.65138.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=47.71%
G=44.04%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104961800.080.830.5954.4270.4923.92
Hex68601208533B364618
Octal15014022010123736610630
Binary1101000110000010010010001010011111011110110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686012; }

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

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

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

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

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

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

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

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