#685D16

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

Shades of Costa Del Sol #685D16

Tints of Costa Del Sol #685D16

Color information

#685D16 (or 0x685D16) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5D and 16. RGB value is (104,93,22). Sum of RGB (Red+Green+Blue) = 104+93+22=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #685D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D16 is #97A2E9. Grayscale: #585858. Windows color (decimal): -9937642 or 1465704. OLE color: 1465704.

HSL color Cylindrical-coordinate representation of color #685D16: hue angle of 51.95º 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 #685D16 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1049322-
CMYK00.110.790.59
HSL51.95º65.08%24.71%-
HSV(B)51.95º78.85%40.78%-
XYZ9.7710.832.33-
YUV88.290.64139.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=47.49%
G=42.47%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104932200.110.790.5951.9565.0824.71
Hex685D160B4F3B344119
Octal15013526013117736410131
Binary1101000101110110110010111001111111011110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685D16; }

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

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

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

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

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

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

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

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