#685C1A

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

Shades of Costa Del Sol #685C1A

Tints of Costa Del Sol #685C1A

Color information

#685C1A (or 0x685C1A) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5C and 1A. RGB value is (104,92,26). Sum of RGB (Red+Green+Blue) = 104+92+26=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #685C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C1A is #97A3E5. Grayscale: #585858. Windows color (decimal): -9937894 or 1727592. OLE color: 1727592.

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

Color convert

RGB1049226-
CMYK00.120.750.59
HSL50.77º60%25.49%-
HSV(B)50.77º75%40.78%-
XYZ9.7210.672.52-
YUV88.0692.98139.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 92 (36.33% from 255) = 41.44%
BLUE value IS 26 (10.55% from 255) = 11.71%
R=46.85%
G=41.44%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104922600.120.750.5950.776025.49
Hex685C1A0C4B3B333c19
Octal1501343201411373637431
Binary110100010111001101001100100101111101111001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,26); }

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

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

 a { background-color: rgb(104,92,26); }

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

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

 span { border-color: rgb(104,92,26); }

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