#685C29

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

Shades of Costa Del Sol #685C29

Tints of Costa Del Sol #685C29

Color information

#685C29 (or 0x685C29) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5C and 29. RGB value is (104,92,41). Sum of RGB (Red+Green+Blue) = 104+92+41=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #685C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C29 is #97A3D6. Grayscale: #595959. Windows color (decimal): -9937879 or 2710632. OLE color: 2710632.

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

Color convert

RGB1049241-
CMYK00.120.610.59
HSL48.57º43.45%28.43%-
HSV(B)48.57º60.58%40.78%-
XYZ9.9410.763.65-
YUV89.77100.48138.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=43.88%
G=38.82%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104924100.120.610.5948.5743.4528.43
Hex685C290C3D3B312b1c
Octal150134510147573615334
Binary110100010111001010010110011110111101111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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