#686128

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

Shades of Costa Del Sol #686128

Tints of Costa Del Sol #686128

Color information

#686128 (or 0x686128) is unknown color: approx Costa Del Sol. HEX triplet: 68, 61 and 28. RGB value is (104,97,40). Sum of RGB (Red+Green+Blue) = 104+97+40=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #686128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686128 is #979ED7. Grayscale: #5C5C5C. Windows color (decimal): -9936600 or 2646376. OLE color: 2646376.

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

Color convert

RGB1049740-
CMYK00.070.620.59
HSL53.44º44.44%28.24%-
HSV(B)53.44º61.54%40.78%-
XYZ10.3711.653.71-
YUV92.698.32136.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=43.15%
G=40.25%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104974000.070.620.5953.4444.4428.24
Hex686128073E3B352c1c
Octal15014150077673655434
Binary11010001100001101000011111111011101111010110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686128; }

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

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

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

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

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

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

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

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