#686005

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

Shades of Costa Del Sol #686005

Tints of Costa Del Sol #686005

Color information

#686005 (or 0x686005) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 05. RGB value is (104,96,5). Sum of RGB (Red+Green+Blue) = 104+96+5=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #686005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686005 is #979FFA. Grayscale: #585858. Windows color (decimal): -9936891 or 352360. OLE color: 352360.

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

Color convert

RGB104965-
CMYK00.080.950.59
HSL55.15º90.83%21.37%-
HSV(B)55.15º95.19%40.78%-
XYZ9.9211.321.81-
YUV88.0281.15139.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=50.73%
G=46.83%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10496500.080.950.5955.1590.8321.37
Hex68605085F3B375b15
Octal1501405010137736713325
Binary11010001100000101010001011111111011110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686005; }

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

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

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

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

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

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

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

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