#685b14

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

Shades of Costa Del Sol #685B14

Tints of Costa Del Sol #685B14

Color information

#685B14 (or 0x685B14) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5B and 14. RGB value is (104,91,20). Sum of RGB (Red+Green+Blue) = 104+91+20=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #685B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B14 is #97A4EB. Grayscale: #575757. Windows color (decimal): -9938156 or 1334120. OLE color: 1334120.

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

Color convert

RGB1049120-
CMYK00.120.810.59
HSL50.71º67.74%24.31%-
HSV(B)50.71º80.77%40.78%-
XYZ9.5810.482.18-
YUV86.7990.31140.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=48.37%
G=42.33%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104912000.120.810.5950.7167.7424.31
Hex685B140C513B334418
Octal15013324014121736310430
Binary1101000101101110100011001010001111011110011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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