#686415

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

Shades of Costa Del Sol #686415

Tints of Costa Del Sol #686415

Color information

#686415 (or 0x686415) is unknown color: approx Costa Del Sol. HEX triplet: 68, 64 and 15. RGB value is (104,100,21). Sum of RGB (Red+Green+Blue) = 104+100+21=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #686415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686415 is #979BEA. Grayscale: #5C5C5C. Windows color (decimal): -9935851 or 1401960. OLE color: 1401960.

HSL color Cylindrical-coordinate representation of color #686415: hue angle of 57.11º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #686415 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB10410021-
CMYK00.040.800.59
HSL57.11º66.4%24.51%-
HSV(B)57.11º79.81%40.78%-
XYZ10.412.112.5-
YUV92.1987.83136.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=46.22%
G=44.44%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041002100.040.800.5957.1166.424.51
Hex68641504503B394219
Octal1501442504120737110231
Binary110100011001001010101001010000111011111001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686415; }

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

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

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

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

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

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

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

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