#685914

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

Shades of Costa Del Sol #685914

Tints of Costa Del Sol #685914

Color information

#685914 (or 0x685914) is unknown color: approx Costa Del Sol. HEX triplet: 68, 59 and 14. RGB value is (104,89,20). Sum of RGB (Red+Green+Blue) = 104+89+20=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #685914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685914 is #97A6EB. Grayscale: #555555. Windows color (decimal): -9938668 or 1333608. OLE color: 1333608.

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

Color convert

RGB1048920-
CMYK00.140.810.59
HSL49.29º67.74%24.31%-
HSV(B)49.29º80.77%40.78%-
XYZ9.4110.142.12-
YUV85.6290.97141.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=48.83%
G=41.78%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104892000.140.810.5949.2967.7424.31
Hex6859140E513B314418
Octal15013124016121736110430
Binary1101000101100110100011101010001111011110001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685914; }

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

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

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

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

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

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

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

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