#685E28

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

Shades of Costa Del Sol #685E28

Tints of Costa Del Sol #685E28

Color information

#685E28 (or 0x685E28) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5E and 28. RGB value is (104,94,40). Sum of RGB (Red+Green+Blue) = 104+94+40=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #685E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E28 is #97A1D7. Grayscale: #5B5B5B. Windows color (decimal): -9937368 or 2645608. OLE color: 2645608.

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

Color convert

RGB1049440-
CMYK00.100.620.59
HSL50.62º44.44%28.24%-
HSV(B)50.62º61.54%40.78%-
XYZ10.0911.13.62-
YUV90.8399.31137.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=43.70%
G=39.50%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104944000.100.620.5950.6244.4428.24
Hex685E280A3E3B332c1c
Octal150136500127673635434
Binary110100010111101010000101011111011101111001110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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