#686312

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

Shades of Costa Del Sol #686312

Tints of Costa Del Sol #686312

Color information

#686312 (or 0x686312) is unknown color: approx Costa Del Sol. HEX triplet: 68, 63 and 12. RGB value is (104,99,18). Sum of RGB (Red+Green+Blue) = 104+99+18=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #686312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686312 is #979CED. Grayscale: #5B5B5B. Windows color (decimal): -9936110 or 1205096. OLE color: 1205096.

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

Color convert

RGB1049918-
CMYK00.050.830.59
HSL56.51º70.49%23.92%-
HSV(B)56.51º82.69%40.78%-
XYZ10.2811.912.33-
YUV91.2686.66137.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=47.06%
G=44.80%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104991800.050.830.5956.5170.4923.92
Hex68631205533B394618
Octal1501432205123737110630
Binary110100011000111001001011010011111011111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686312; }

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

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

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

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

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

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

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

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