#685916

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

Shades of Costa Del Sol #685916

Tints of Costa Del Sol #685916

Color information

#685916 (or 0x685916) is unknown color: approx Costa Del Sol. HEX triplet: 68, 59 and 16. RGB value is (104,89,22). Sum of RGB (Red+Green+Blue) = 104+89+22=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #685916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685916 is #97A6E9. Grayscale: #565656. Windows color (decimal): -9938666 or 1464680. OLE color: 1464680.

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

Color convert

RGB1048922-
CMYK00.140.790.59
HSL49.02º65.08%24.71%-
HSV(B)49.02º78.85%40.78%-
XYZ9.4310.152.22-
YUV85.8591.97140.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=48.37%
G=41.40%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104892200.140.790.5949.0265.0824.71
Hex6859160E4F3B314119
Octal15013126016117736110131
Binary1101000101100110110011101001111111011110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685916; }

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

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

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

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

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

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

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

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