#685F1B

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

Shades of Costa Del Sol #685F1B

Tints of Costa Del Sol #685F1B

Color information

#685F1B (or 0x685F1B) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5F and 1B. RGB value is (104,95,27). Sum of RGB (Red+Green+Blue) = 104+95+27=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #685F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F1B is #97A0E4. Grayscale: #5A5A5A. Windows color (decimal): -9937125 or 1793896. OLE color: 1793896.

HSL color Cylindrical-coordinate representation of color #685F1B: hue angle of 52.99º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #685F1B is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1049527-
CMYK00.090.740.59
HSL52.99º58.78%25.69%-
HSV(B)52.99º74.04%40.78%-
XYZ1011.212.67-
YUV89.9492.48138.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 95 (37.5% from 255) = 42.04%
BLUE value IS 27 (10.94% from 255) = 11.95%
R=46.02%
G=42.04%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104952700.090.740.5952.9958.7825.69
Hex685F1B094A3B353b1a
Octal1501373301111273657332
Binary110100010111111101101001100101011101111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,27); }

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

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

 a { background-color: rgb(104,95,27); }

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

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

 span { border-color: rgb(104,95,27); }

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