#686412

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

Shades of Costa Del Sol #686412

Tints of Costa Del Sol #686412

Color information

#686412 (or 0x686412) is unknown color: approx Costa Del Sol. HEX triplet: 68, 64 and 12. RGB value is (104,100,18). Sum of RGB (Red+Green+Blue) = 104+100+18=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #686412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686412 is #979BED. Grayscale: #5C5C5C. Windows color (decimal): -9935854 or 1205352. OLE color: 1205352.

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

Color convert

RGB10410018-
CMYK00.040.830.59
HSL57.21º70.49%23.92%-
HSV(B)57.21º82.69%40.78%-
XYZ10.3812.12.36-
YUV91.8586.33136.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=46.85%
G=45.05%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041001800.040.830.5957.2170.4923.92
Hex68641204533B394618
Octal1501442204123737110630
Binary110100011001001001001001010011111011111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686412; }

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

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

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

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

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

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

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

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