#685B28

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

Shades of Costa Del Sol #685B28

Tints of Costa Del Sol #685B28

Color information

#685B28 (or 0x685B28) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5B and 28. RGB value is (104,91,40). Sum of RGB (Red+Green+Blue) = 104+91+40=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #685B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B28 is #97A4D7. Grayscale: #595959. Windows color (decimal): -9938136 or 2644840. OLE color: 2644840.

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

Color convert

RGB1049140-
CMYK00.120.620.59
HSL47.81º44.44%28.24%-
HSV(B)47.81º61.54%40.78%-
XYZ9.8310.583.53-
YUV89.07100.31138.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=44.26%
G=38.72%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104914000.120.620.5947.8144.4428.24
Hex685B280C3E3B302c1c
Octal150133500147673605434
Binary110100010110111010000110011111011101111000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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