#685B0D

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

Shades of Costa Del Sol #685B0D

Tints of Costa Del Sol #685B0D

Color information

#685B0D (or 0x685B0D) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5B and 0D. RGB value is (104,91,13). Sum of RGB (Red+Green+Blue) = 104+91+13=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B0D is #97A4F2. Grayscale: #565656. Windows color (decimal): -9938163 or 875368. OLE color: 875368.

HSL color Cylindrical-coordinate representation of color #685B0D: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #685B0D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1049113-
CMYK00.120.880.59
HSL51.43º77.78%22.94%-
HSV(B)51.43º87.5%40.78%-
XYZ9.5210.451.9-
YUV85.9986.81140.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 43.75%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=50%
G=43.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104911300.120.880.5951.4377.7822.94
Hex685BD0C583B334e17
Octal15013315014130736311627
Binary110100010110111101011001011000111011110011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,13); }

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

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

 a { background-color: rgb(104,91,13); }

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

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

 span { border-color: rgb(104,91,13); }

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