#685D07

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

Shades of Costa Del Sol #685D07

Tints of Costa Del Sol #685D07

Color information

#685D07 (or 0x685D07) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5D and 07. RGB value is (104,93,7). Sum of RGB (Red+Green+Blue) = 104+93+7=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #685D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D07 is #97A2F8. Grayscale: #565656. Windows color (decimal): -9937657 or 482664. OLE color: 482664.

HSL color Cylindrical-coordinate representation of color #685D07: hue angle of 53.2º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #685D07 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB104937-
CMYK00.110.930.59
HSL53.2º87.39%21.76%-
HSV(B)53.2º93.27%40.78%-
XYZ9.6610.791.77-
YUV86.4883.14140.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 93 (36.72% from 255) = 45.59%
BLUE value IS 7 (3.12% from 255) = 3.43%
R=50.98%
G=45.59%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10493700.110.930.5953.287.3921.76
Hex685D70B5D3B355716
Octal1501357013135736512726
Binary11010001011101111010111011101111011110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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