#685D28

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

Shades of Costa Del Sol #685D28

Tints of Costa Del Sol #685D28

Color information

#685D28 (or 0x685D28) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5D and 28. RGB value is (104,93,40). Sum of RGB (Red+Green+Blue) = 104+93+40=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #685D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D28 is #97A2D7. Grayscale: #5A5A5A. Windows color (decimal): -9937624 or 2645352. OLE color: 2645352.

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

Color convert

RGB1049340-
CMYK00.110.620.59
HSL49.69º44.44%28.24%-
HSV(B)49.69º61.54%40.78%-
XYZ10.0110.923.59-
YUV90.2599.64137.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=43.88%
G=39.24%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104934000.110.620.5949.6944.4428.24
Hex685D280B3E3B322c1c
Octal150135500137673625434
Binary110100010111011010000101111111011101111001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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