#686029

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

Shades of Costa Del Sol #686029

Tints of Costa Del Sol #686029

Color information

#686029 (or 0x686029) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 29. RGB value is (104,96,41). Sum of RGB (Red+Green+Blue) = 104+96+41=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #686029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686029 is #979FD6. Grayscale: #5C5C5C. Windows color (decimal): -9936855 or 2711656. OLE color: 2711656.

HSL color Cylindrical-coordinate representation of color #686029: hue angle of 52.38º 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 #686029 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1049641-
CMYK00.080.610.59
HSL52.38º43.45%28.43%-
HSV(B)52.38º60.58%40.78%-
XYZ10.2911.473.77-
YUV92.1299.15136.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=43.15%
G=39.83%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104964100.080.610.5952.3843.4528.43
Hex686029083D3B342b1c
Octal150140510107573645334
Binary110100011000001010010100011110111101111010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686029; }

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

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

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

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

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

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

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

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