#686311

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

Shades of Costa Del Sol #686311

Tints of Costa Del Sol #686311

Color information

#686311 (or 0x686311) is unknown color: approx Costa Del Sol. HEX triplet: 68, 63 and 11. RGB value is (104,99,17). Sum of RGB (Red+Green+Blue) = 104+99+17=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #686311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686311 is #979CEE. Grayscale: #5B5B5B. Windows color (decimal): -9936111 or 1139560. OLE color: 1139560.

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

Color convert

RGB1049917-
CMYK00.050.840.59
HSL56.55º71.9%23.73%-
HSV(B)56.55º83.65%40.78%-
XYZ10.2711.912.29-
YUV91.1586.16137.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=47.27%
G=45%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104991700.050.840.5956.5571.923.73
Hex68631105543B394818
Octal1501432105124737111030
Binary110100011000111000101011010100111011111001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686311; }

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

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

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

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

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

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

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

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