#686210

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

Shades of Costa Del Sol #686210

Tints of Costa Del Sol #686210

Color information

#686210 (or 0x686210) is unknown color: approx Costa Del Sol. HEX triplet: 68, 62 and 10. RGB value is (104,98,16). Sum of RGB (Red+Green+Blue) = 104+98+16=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #686210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686210 is #979DEF. Grayscale: #5A5A5A. Windows color (decimal): -9936368 or 1073768. OLE color: 1073768.

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

Color convert

RGB1049816-
CMYK00.060.850.59
HSL55.91º73.33%23.53%-
HSV(B)55.91º84.62%40.78%-
XYZ10.1711.722.22-
YUV90.4585.99137.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 16 (6.64% from 255) = 7.34%
R=47.71%
G=44.95%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104981600.060.850.5955.9173.3323.53
Hex68621006553B384918
Octal1501422006125737011130
Binary110100011000101000001101010101111011111000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686210; }

 p { color: rgb(104,98,16); }

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

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

 a { background-color: rgb(104,98,16); }

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

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

 span { border-color: rgb(104,98,16); }

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