#685915

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

Shades of Costa Del Sol #685915

Tints of Costa Del Sol #685915

Color information

#685915 (or 0x685915) is unknown color: approx Costa Del Sol. HEX triplet: 68, 59 and 15. RGB value is (104,89,21). Sum of RGB (Red+Green+Blue) = 104+89+21=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #685915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685915 is #97A6EA. Grayscale: #565656. Windows color (decimal): -9938667 or 1399144. OLE color: 1399144.

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

Color convert

RGB1048921-
CMYK00.140.800.59
HSL49.16º66.4%24.51%-
HSV(B)49.16º79.81%40.78%-
XYZ9.4210.142.17-
YUV85.7391.47141.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 21 (8.59% from 255) = 9.81%
R=48.60%
G=41.59%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104892100.140.800.5949.1666.424.51
Hex6859150E503B314219
Octal15013125016120736110231
Binary1101000101100110101011101010000111011110001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685915; }

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

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

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

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

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

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

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

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